#B808AC

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

Shades of Deep Magenta #B808AC

Tints of Deep Magenta #B808AC

Color information

#B808AC (or 0xB808AC) is unknown color: approx Deep Magenta. HEX triplet: B8, 08 and AC. RGB value is (184,8,172). Sum of RGB (Red+Green+Blue) = 184+8+172=364 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.55% from 364); Green value is 8 (3.52% from 255 or 2.20% from 364); Blue value is 172 (67.58% from 255 or 47.25% from 364); Max value from RGB is 184 - color contains mainly: red. Hex color #B808AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B808AC is #47F753. Grayscale: #4E4E4E. Windows color (decimal): -4716372 or 11274424. OLE color: 11274424.

HSL color Cylindrical-coordinate representation of color #B808AC: hue angle of 304.09º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B808AC is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB1848172-
CMYK00.960.070.28
HSL304.09º91.67%37.65%-
HSV(B)304.09º95.65%72.16%-
XYZ27.313.3440.17-
YUV79.32180.31202.66-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50.55%
GREEN value IS 8 (3.52% from 255) = 2.20%
BLUE value IS 172 (67.58% from 255) = 47.25%
R=50.55%
G=2.20%
B=47.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184817200.960.070.28304.0991.6737.65
HexB88AC06071C1305c26
Octal27010254014073446013446
Binary1011100010001010110001100000111111001001100001011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B808AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B808AC; }

 p { color: rgb(184,8,172); }

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

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

 a { background-color: rgb(184,8,172); }

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

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

 span { border-color: rgb(184,8,172); }

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