Html Css Color HEX #B808AB Deep Magenta

📋 copy color: '#B808AB'

red 184 ◦ green 8 ◦ blue 171

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

Shades of Deep Magenta #B808AB

Tints of Deep Magenta #B808AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 47.11%

R = 50.69%
G = 2.2%
B = 47.11%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B808AB (or 0xB808AB) is known color: Deep Magenta. HEX triplet: B8, 08 and AB. RGB value is (184,8,171). Sum of RGB (Red+Green+Blue) = 184+8+171=363 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.69% from 363); Green value is 8 (3.52% from 255 or 2.20% from 363); Blue value is 171 (67.19% from 255 or 47.11% from 363); Max value from RGB is 184 - color contains mainly: red. Hex color #B808AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B808AB is #47F754. Grayscale: #4E4E4E. Windows color (decimal): -4716373 or 11208888. OLE color: 11208888.

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

Color convert

RGB 184 8 171 -
CMYK 0 0.96 0.07 0.28
HSL 304.43º 0.92% 0.38% -
HSV(B) 304.43º 0.96% 0.72% -
XYZ 27.2 13.3 39.66 -
YUV 79.21 179.81 202.75 -
System Red Green Blue C M Y K H S L
Decimal 184 8 171 0 0.96 0.07 0.28 304.43 0.92 0.38
Hex B8 8 AB 0 60 7 1C 130 5C 26
Octal 270 10 253 0 140 7 34 460 134 46
Binary 10111000 1000 10101011 0 1100000 111 11100 100110000 1011100 100110

Color Harmonies of #B808AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B808AB

Black with #B808AB

Text Example


Text Example

White with #B808AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B808AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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