Html Css Color HEX #B808AA Deep Magenta

📋 copy color: '#B808AA'

red 184 ◦ green 8 ◦ blue 170

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

Shades of Deep Magenta #B808AA

Tints of Deep Magenta #B808AA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.21%

 BLUE value IS 170 (66.8% from 255) = 46.96%

R = 50.83%
G = 2.21%
B = 46.96%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.08

 K value IS 0.28

RGB Variations

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

Color information

#B808AA (or 0xB808AA) is known color: Deep Magenta. HEX triplet: B8, 08 and AA. RGB value is (184,8,170). Sum of RGB (Red+Green+Blue) = 184+8+170=362 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.83% from 362); Green value is 8 (3.52% from 255 or 2.21% from 362); Blue value is 170 (66.80% from 255 or 46.96% from 362); Max value from RGB is 184 - color contains mainly: red. Hex color #B808AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B808AA is #47F755. Grayscale: #4E4E4E. Windows color (decimal): -4716374 or 11143352. OLE color: 11143352.

HSL color Cylindrical-coordinate representation of color #B808AA: hue angle of 304.77º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B808AA is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 8 170 -
CMYK 0 0.96 0.08 0.28
HSL 304.77º 0.92% 0.38% -
HSV(B) 304.77º 0.96% 0.72% -
XYZ 27.11 13.27 39.16 -
YUV 79.09 179.31 202.83 -
System Red Green Blue C M Y K H S L
Decimal 184 8 170 0 0.96 0.08 0.28 304.77 0.92 0.38
Hex B8 8 AA 0 60 8 1C 131 5C 26
Octal 270 10 252 0 140 10 34 461 134 46
Binary 10111000 1000 10101010 0 1100000 1000 11100 100110001 1011100 100110

Color Harmonies of #B808AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B808AA

Black with #B808AA

Text Example


Text Example

White with #B808AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B808AA; }

 p { color: rgb(184,8,170); }

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

background-color css

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

 a { background-color: rgb(184,8,170); }

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

border-color css

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

 span { border-color: rgb(184,8,170); }

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