#BC12CA

Color #BC12CA Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #BC12CA

Tints of Deep Magenta #BC12CA

Color information

#BC12CA (or 0xBC12CA) is unknown color: approx Deep Magenta. HEX triplet: BC, 12 and CA. RGB value is (188,18,202). Sum of RGB (Red+Green+Blue) = 188+18+202=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 18 (7.42% from 255 or 4.41% from 408); Blue value is 202 (79.30% from 255 or 49.51% from 408); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC12CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC12CA is #43ED35. Grayscale: #595959. Windows color (decimal): -4451638 or 13243068. OLE color: 13243068.

HSL color Cylindrical-coordinate representation of color #BC12CA: hue angle of 295.43º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC12CA is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18818202-
CMYK0.070.9100.21
HSL295.43º83.64%43.14%-
HSV(B)295.43º91.09%79.22%-
XYZ31.6215.3957.18-
YUV89.81191.32198.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.08%
GREEN value IS 18 (7.42% from 255) = 4.41%
BLUE value IS 202 (79.30% from 255) = 49.51%
R=46.08%
G=4.41%
B=49.51%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal188182020.070.9100.21295.4383.6443.14
HexBC12CA75B015127542b
Octal27422312713302544712453
Binary10111100100101100101011110110110101011001001111010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC12CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC12CA; }

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

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

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

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

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

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

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

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