#BC12A6

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

Shades of Medium Violet Red #BC12A6

Tints of Medium Violet Red #BC12A6

Color information

#BC12A6 (or 0xBC12A6) is unknown color: approx Medium Violet Red. HEX triplet: BC, 12 and A6. RGB value is (188,18,166). Sum of RGB (Red+Green+Blue) = 188+18+166=372 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.54% from 372); Green value is 18 (7.42% from 255 or 4.84% from 372); Blue value is 166 (65.23% from 255 or 44.62% from 372); Max value from RGB is 188 - color contains mainly: red. Hex color #BC12A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC12A6 is #43ED59. Grayscale: #555555. Windows color (decimal): -4451674 or 10883772. OLE color: 10883772.

HSL color Cylindrical-coordinate representation of color #BC12A6: hue angle of 307.76º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC12A6 is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB18818166-
CMYK00.900.120.26
HSL307.76º82.52%40.39%-
HSV(B)307.76º90.43%73.73%-
XYZ27.8413.8837.29-
YUV85.7173.32200.97-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.54%
GREEN value IS 18 (7.42% from 255) = 4.84%
BLUE value IS 166 (65.23% from 255) = 44.62%
R=50.54%
G=4.84%
B=44.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881816600.900.120.26307.7682.5240.39
HexBC12A605AC1A1345328
Octal274222460132143246412350
Binary101111001001010100110010110101100110101001101001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC12A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC12A6; }

 p { color: rgb(188,18,166); }

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

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

 a { background-color: rgb(188,18,166); }

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

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

 span { border-color: rgb(188,18,166); }

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