Html Css Color HEX #B806C9 Deep Magenta

📋 copy color: '#B806C9'

red 184 ◦ green 6 ◦ blue 201

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

Shades of Deep Magenta #B806C9

Tints of Deep Magenta #B806C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 51.41%

R = 47.06%
G = 1.53%
B = 51.41%

CMYK

 C value IS 0.08

 M value IS 0.97

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B806C9 (or 0xB806C9) is known color: Deep Magenta. HEX triplet: B8, 06 and C9. RGB value is (184,6,201). Sum of RGB (Red+Green+Blue) = 184+6+201=391 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.06% from 391); Green value is 6 (2.73% from 255 or 1.53% from 391); Blue value is 201 (78.91% from 255 or 51.41% from 391); Max value from RGB is 201 - color contains mainly: blue. Hex color #B806C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B806C9 is #47F936. Grayscale: #505050. Windows color (decimal): -4716855 or 13174456. OLE color: 13174456.

HSL color Cylindrical-coordinate representation of color #B806C9: hue angle of 294.77º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B806C9 is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 184 6 201 -
CMYK 0.08 0.97 0 0.21
HSL 294.77º 0.94% 0.41% -
HSV(B) 294.77º 0.97% 0.79% -
XYZ 30.37 14.54 56.46 -
YUV 81.45 195.47 201.14 -
System Red Green Blue C M Y K H S L
Decimal 184 6 201 0.08 0.97 0 0.21 294.77 0.94 0.41
Hex B8 6 C9 8 61 0 15 127 5E 29
Octal 270 6 311 10 141 0 25 447 136 51
Binary 10111000 110 11001001 1000 1100001 0 10101 100100111 1011110 101001

Color Harmonies of #B806C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B806C9

Black with #B806C9

Text Example


Text Example

White with #B806C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B806C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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