#BC1EA2

Color #BC1EA2 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #BC1EA2

Tints of Medium Violet Red #BC1EA2

Color information

#BC1EA2 (or 0xBC1EA2) is unknown color: approx Medium Violet Red. HEX triplet: BC, 1E and A2. RGB value is (188,30,162). Sum of RGB (Red+Green+Blue) = 188+30+162=380 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.47% from 380); Green value is 30 (12.11% from 255 or 7.89% from 380); Blue value is 162 (63.67% from 255 or 42.63% from 380); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1EA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1EA2 is #43E15D. Grayscale: #5B5B5B. Windows color (decimal): -4448606 or 10624700. OLE color: 10624700.

HSL color Cylindrical-coordinate representation of color #BC1EA2: hue angle of 309.87º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC1EA2 is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB18830162-
CMYK00.840.140.26
HSL309.87º72.48%42.75%-
HSV(B)309.87º84.04%73.73%-
XYZ27.7214.2335.47-
YUV92.29167.35196.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 49.47%
GREEN value IS 30 (12.11% from 255) = 7.89%
BLUE value IS 162 (63.67% from 255) = 42.63%
R=49.47%
G=7.89%
B=42.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1883016200.840.140.26309.8772.4842.75
HexBC1EA2054E1A136482b
Octal274362420124163246611053
Binary101111001111010100010010101001110110101001101101001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1EA2; }

 p { color: rgb(188,30,162); }

 H1.HeaderClassName
 {
   color: #BC1EA2;
 }
 .AnyTagClassName
 {
   color: #BC1EA2;
 }
</style>
background-color css

<style>
 a { background-color: #BC1EA2; }

 a { background-color: rgb(188,30,162); }

 div.DivClassName
 {
   background-color: #BC1EA2;
 }
 .BgClassName
 {
   background-color: #BC1EA2;
 }
</style>
border-color css

<style>
 span { border-color: #BC1EA2; }

 span { border-color: rgb(188,30,162); }

 td.TdClassName
 {
   border-color: #BC1EA2;
 }
 .TagClassName
 {
   border-color: #BC1EA2;
 }
</style>