Html Css Color HEX #B806A8 Deep Magenta

📋 copy color: '#B806A8'

red 184 ◦ green 6 ◦ blue 168

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

Shades of Deep Magenta #B806A8

Tints of Deep Magenta #B806A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 46.93%

R = 51.4%
G = 1.68%
B = 46.93%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.09

 K value IS 0.28

RGB Variations

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

Color information

#B806A8 (or 0xB806A8) is known color: Deep Magenta. HEX triplet: B8, 06 and A8. RGB value is (184,6,168). Sum of RGB (Red+Green+Blue) = 184+6+168=358 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.40% from 358); Green value is 6 (2.73% from 255 or 1.68% from 358); Blue value is 168 (66.02% from 255 or 46.93% from 358); Max value from RGB is 184 - color contains mainly: red. Hex color #B806A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B806A8 is #47F957. Grayscale: #4D4D4D. Windows color (decimal): -4716888 or 11011768. OLE color: 11011768.

HSL color Cylindrical-coordinate representation of color #B806A8: hue angle of 305.39º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B806A8 is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 6 168 -
CMYK 0 0.97 0.09 0.28
HSL 305.39º 0.94% 0.37% -
HSV(B) 305.39º 0.97% 0.72% -
XYZ 26.9 13.15 38.17 -
YUV 77.69 178.97 203.83 -
System Red Green Blue C M Y K H S L
Decimal 184 6 168 0 0.97 0.09 0.28 305.39 0.94 0.37
Hex B8 6 A8 0 61 9 1C 131 5E 25
Octal 270 6 250 0 141 11 34 461 136 45
Binary 10111000 110 10101000 0 1100001 1001 11100 100110001 1011110 100101

Color Harmonies of #B806A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B806A8

Black with #B806A8

Text Example


Text Example

White with #B806A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B806A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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