#B012BB

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

Shades of Deep Magenta #B012BB

Tints of Deep Magenta #B012BB

Color information

#B012BB (or 0xB012BB) is unknown color: approx Deep Magenta. HEX triplet: B0, 12 and BB. RGB value is (176,18,187). Sum of RGB (Red+Green+Blue) = 176+18+187=381 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.19% from 381); Green value is 18 (7.42% from 255 or 4.72% from 381); Blue value is 187 (73.44% from 255 or 49.08% from 381); Max value from RGB is 187 - color contains mainly: blue. Hex color #B012BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B012BB is #4FED44. Grayscale: #535353. Windows color (decimal): -5238085 or 12260016. OLE color: 12260016.

HSL color Cylindrical-coordinate representation of color #B012BB: hue angle of 296.09º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B012BB is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17618187-
CMYK0.060.9000.27
HSL296.09º82.44%40.2%-
HSV(B)296.09º90.37%73.33%-
XYZ27.0913.2548.14-
YUV84.51185.85193.26-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.19%
GREEN value IS 18 (7.42% from 255) = 4.72%
BLUE value IS 187 (73.44% from 255) = 49.08%
R=46.19%
G=4.72%
B=49.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal176181870.060.9000.27296.0982.4440.2
HexB012BB65A01B1285228
Octal26022273613203345012250
Binary10110000100101011101111010110100110111001010001010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B012BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B012BB; }

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

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

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

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

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

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

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

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