#B806DB

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

Shades of Deep Magenta #B806DB

Tints of Deep Magenta #B806DB

Color information

#B806DB (or 0xB806DB) is unknown color: approx Deep Magenta. HEX triplet: B8, 06 and DB. RGB value is (184,6,219). Sum of RGB (Red+Green+Blue) = 184+6+219=409 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.99% from 409); Green value is 6 (2.73% from 255 or 1.47% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #B806DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B806DB is #47F924. Grayscale: #525252. Windows color (decimal): -4716837 or 14354104. OLE color: 14354104.

HSL color Cylindrical-coordinate representation of color #B806DB: hue angle of 290.14º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B806DB is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB1846219-
CMYK0.160.9700.14
HSL290.14º94.67%44.12%-
HSV(B)290.14º97.26%85.88%-
XYZ32.6215.4468.28-
YUV83.5204.47199.68-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.99%
GREEN value IS 6 (2.73% from 255) = 1.47%
BLUE value IS 219 (85.94% from 255) = 53.55%
R=44.99%
G=1.47%
B=53.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal18462190.160.9700.14290.1494.6744.12
HexB86DB10610E1225f2c
Octal27063332014101644213754
Binary1011100011011011011100001100001011101001000101011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B806DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B806DB; }

 p { color: rgb(184,6,219); }

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

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

 a { background-color: rgb(184,6,219); }

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

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

 span { border-color: rgb(184,6,219); }

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