#BC12A1

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

Shades of Medium Violet Red #BC12A1

Tints of Medium Violet Red #BC12A1

Color information

#BC12A1 (or 0xBC12A1) is unknown color: approx Medium Violet Red. HEX triplet: BC, 12 and A1. RGB value is (188,18,161). Sum of RGB (Red+Green+Blue) = 188+18+161=367 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.23% from 367); Green value is 18 (7.42% from 255 or 4.90% from 367); Blue value is 161 (63.28% from 255 or 43.87% from 367); Max value from RGB is 188 - color contains mainly: red. Hex color #BC12A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC12A1 is #43ED5E. Grayscale: #545454. Windows color (decimal): -4451679 or 10556092. OLE color: 10556092.

HSL color Cylindrical-coordinate representation of color #BC12A1: hue angle of 309.53º 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 #BC12A1 is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB18818161-
CMYK00.900.140.26
HSL309.53º82.52%40.39%-
HSV(B)309.53º90.43%73.73%-
XYZ27.3913.734.92-
YUV85.13170.82201.37-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.23%
GREEN value IS 18 (7.42% from 255) = 4.90%
BLUE value IS 161 (63.28% from 255) = 43.87%
R=51.23%
G=4.90%
B=43.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881816100.900.140.26309.5382.5240.39
HexBC12A105AE1A1365328
Octal274222410132163246612350
Binary101111001001010100001010110101110110101001101101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC12A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC12A1; }

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

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

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

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

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

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

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

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