#B812AB

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

Shades of Deep Magenta #B812AB

Tints of Deep Magenta #B812AB

Color information

#B812AB (or 0xB812AB) is unknown color: approx Deep Magenta. HEX triplet: B8, 12 and AB. RGB value is (184,18,171). Sum of RGB (Red+Green+Blue) = 184+18+171=373 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.33% from 373); Green value is 18 (7.42% from 255 or 4.83% from 373); Blue value is 171 (67.19% from 255 or 45.84% from 373); Max value from RGB is 184 - color contains mainly: red. Hex color #B812AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B812AB is #47ED54. Grayscale: #545454. Windows color (decimal): -4713813 or 11211448. OLE color: 11211448.

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

Color convert

RGB18418171-
CMYK00.900.070.28
HSL304.7º82.18%39.61%-
HSV(B)304.7º90.22%72.16%-
XYZ27.3313.5639.71-
YUV85.08176.5198.56-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 49.33%
GREEN value IS 18 (7.42% from 255) = 4.83%
BLUE value IS 171 (67.19% from 255) = 45.84%
R=49.33%
G=4.83%
B=45.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841817100.900.070.28304.782.1839.61
HexB812AB05A71C1315228
Octal27022253013273446112250
Binary10111000100101010101101011010111111001001100011010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B812AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B812AB; }

 p { color: rgb(184,18,171); }

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

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

 a { background-color: rgb(184,18,171); }

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

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

 span { border-color: rgb(184,18,171); }

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