#B012CA

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

Shades of Deep Magenta #B012CA

Tints of Deep Magenta #B012CA

Color information

#B012CA (or 0xB012CA) is unknown color: approx Deep Magenta. HEX triplet: B0, 12 and CA. RGB value is (176,18,202). Sum of RGB (Red+Green+Blue) = 176+18+202=396 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.44% from 396); Green value is 18 (7.42% from 255 or 4.55% from 396); Blue value is 202 (79.30% from 255 or 51.01% from 396); Max value from RGB is 202 - color contains mainly: blue. Hex color #B012CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B012CA is #4FED35. Grayscale: #555555. Windows color (decimal): -5238070 or 13243056. OLE color: 13243056.

HSL color Cylindrical-coordinate representation of color #B012CA: hue angle of 291.52º 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 #B012CA is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17618202-
CMYK0.130.9100.21
HSL291.52º83.64%43.14%-
HSV(B)291.52º91.09%79.22%-
XYZ28.7813.9357.05-
YUV86.22193.35192.04-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.44%
GREEN value IS 18 (7.42% from 255) = 4.55%
BLUE value IS 202 (79.30% from 255) = 51.01%
R=44.44%
G=4.55%
B=51.01%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal176182020.130.9100.21291.5283.6443.14
HexB012CAD5B015124542b
Octal260223121513302544412453
Binary101100001001011001010110110110110101011001001001010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B012CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B012CA; }

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

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

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

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

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

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

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

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