Html Css Color HEX #B806B5 Deep Magenta

📋 copy color: '#B806B5'

red 184 ◦ green 6 ◦ blue 181

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

Shades of Deep Magenta #B806B5

Tints of Deep Magenta #B806B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 48.79%

R = 49.6%
G = 1.62%
B = 48.79%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.02

 K value IS 0.28

RGB Variations

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

Color information

#B806B5 (or 0xB806B5) is known color: Deep Magenta. HEX triplet: B8, 06 and B5. RGB value is (184,6,181). Sum of RGB (Red+Green+Blue) = 184+6+181=371 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.60% from 371); Green value is 6 (2.73% from 255 or 1.62% from 371); Blue value is 181 (71.09% from 255 or 48.79% from 371); Max value from RGB is 184 - color contains mainly: red. Hex color #B806B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B806B5 is #47F94A. Grayscale: #4E4E4E. Windows color (decimal): -4716875 or 11863736. OLE color: 11863736.

HSL color Cylindrical-coordinate representation of color #B806B5: hue angle of 301.01º 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 #B806B5 is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 6 181 -
CMYK 0 0.97 0.02 0.28
HSL 301.01º 0.94% 0.37% -
HSV(B) 301.01º 0.97% 0.72% -
XYZ 28.17 13.66 44.87 -
YUV 79.17 185.47 202.77 -
System Red Green Blue C M Y K H S L
Decimal 184 6 181 0 0.97 0.02 0.28 301.01 0.94 0.37
Hex B8 6 B5 0 61 2 1C 12D 5E 25
Octal 270 6 265 0 141 2 34 455 136 45
Binary 10111000 110 10110101 0 1100001 10 11100 100101101 1011110 100101

Color Harmonies of #B806B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B806B5

Black with #B806B5

Text Example


Text Example

White with #B806B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B806B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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