Html Css Color HEX #B806D9 Deep Magenta

📋 copy color: '#B806D9'

red 184 ◦ green 6 ◦ blue 217

#B806D9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #B806D9

Tints of Deep Magenta #B806D9

RGB

 RED value IS 184 (72.27% from 255) = 45.21%

 GREEN value IS 6 (2.73% from 255) = 1.47%

 BLUE value IS 217 (85.16% from 255) = 53.32%

R = 45.21%
G = 1.47%
B = 53.32%

CMYK

 C value IS 0.15

 M value IS 0.97

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B806D9 (or 0xB806D9) is known color: Deep Magenta. HEX triplet: B8, 06 and D9. RGB value is (184,6,217). Sum of RGB (Red+Green+Blue) = 184+6+217=407 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.21% from 407); Green value is 6 (2.73% from 255 or 1.47% from 407); Blue value is 217 (85.16% from 255 or 53.32% from 407); Max value from RGB is 217 - color contains mainly: blue. Hex color #B806D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B806D9 is #47F926. Grayscale: #525252. Windows color (decimal): -4716839 or 14223032. OLE color: 14223032.

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

Color convert

RGB 184 6 217 -
CMYK 0.15 0.97 0 0.15
HSL 290.62º 0.95% 0.44% -
HSV(B) 290.62º 0.97% 0.85% -
XYZ 32.36 15.33 66.9 -
YUV 83.28 203.47 199.84 -
System Red Green Blue C M Y K H S L
Decimal 184 6 217 0.15 0.97 0 0.15 290.62 0.95 0.44
Hex B8 6 D9 F 61 0 F 123 5F 2C
Octal 270 6 331 17 141 0 17 443 137 54
Binary 10111000 110 11011001 1111 1100001 0 1111 100100011 1011111 101100

Color Harmonies of #B806D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B806D9

Black with #B806D9

Text Example


Text Example

White with #B806D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B806D9; }

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

 H1.HeaderClassName
 {
   color: #B806D9;
 }
 .AnyTagClassName
 {
   color: #B806D9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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