#B612A9

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

Shades of Deep Magenta #B612A9

Tints of Deep Magenta #B612A9

Color information

#B612A9 (or 0xB612A9) is unknown color: approx Deep Magenta. HEX triplet: B6, 12 and A9. RGB value is (182,18,169). Sum of RGB (Red+Green+Blue) = 182+18+169=369 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.32% from 369); Green value is 18 (7.42% from 255 or 4.88% from 369); Blue value is 169 (66.41% from 255 or 45.80% from 369); Max value from RGB is 182 - color contains mainly: red. Hex color #B612A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B612A9 is #49ED56. Grayscale: #535353. Windows color (decimal): -4844887 or 11080374. OLE color: 11080374.

HSL color Cylindrical-coordinate representation of color #B612A9: hue angle of 304.76º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B612A9 is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB18218169-
CMYK00.900.070.29
HSL304.76º82%39.22%-
HSV(B)304.76º90.11%71.37%-
XYZ26.6713.2438.69-
YUV84.25175.83197.72-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.32%
GREEN value IS 18 (7.42% from 255) = 4.88%
BLUE value IS 169 (66.41% from 255) = 45.80%
R=49.32%
G=4.88%
B=45.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821816900.900.070.29304.768239.22
HexB612A905A71D1315227
Octal26622251013273546112247
Binary10110110100101010100101011010111111011001100011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B612A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B612A9; }

 p { color: rgb(182,18,169); }

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

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

 a { background-color: rgb(182,18,169); }

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

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

 span { border-color: rgb(182,18,169); }

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