Html Css Color HEX #B805A6 Deep Magenta

📋 copy color: '#B805A6'

red 184 ◦ green 5 ◦ blue 166

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

Shades of Deep Magenta #B805A6

Tints of Deep Magenta #B805A6

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.41%

 BLUE value IS 166 (65.23% from 255) = 46.76%

R = 51.83%
G = 1.41%
B = 46.76%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.10

 K value IS 0.28

RGB Variations

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

Color information

#B805A6 (or 0xB805A6) is known color: Deep Magenta. HEX triplet: B8, 05 and A6. RGB value is (184,5,166). Sum of RGB (Red+Green+Blue) = 184+5+166=355 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.83% from 355); Green value is 5 (2.34% from 255 or 1.41% from 355); Blue value is 166 (65.23% from 255 or 46.76% from 355); Max value from RGB is 184 - color contains mainly: red. Hex color #B805A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B805A6 is #47FA59. Grayscale: #4C4C4C. Windows color (decimal): -4717146 or 10880440. OLE color: 10880440.

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

Color convert

RGB 184 5 166 -
CMYK 0 0.97 0.10 0.28
HSL 306.03º 0.95% 0.37% -
HSV(B) 306.03º 0.97% 0.72% -
XYZ 26.7 13.05 37.19 -
YUV 76.88 178.3 204.41 -
System Red Green Blue C M Y K H S L
Decimal 184 5 166 0 0.97 0.10 0.28 306.03 0.95 0.37
Hex B8 5 A6 0 61 A 1C 132 5F 25
Octal 270 5 246 0 141 12 34 462 137 45
Binary 10111000 101 10100110 0 1100001 1010 11100 100110010 1011111 100101

Color Harmonies of #B805A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B805A6

Black with #B805A6

Text Example


Text Example

White with #B805A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B805A6; }

 p { color: rgb(184,5,166); }

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

background-color css

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

 a { background-color: rgb(184,5,166); }

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

border-color css

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

 span { border-color: rgb(184,5,166); }

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