Html Css Color HEX #B808AD Deep Magenta

📋 copy color: '#B808AD'

red 184 ◦ green 8 ◦ blue 173

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

Shades of Deep Magenta #B808AD

Tints of Deep Magenta #B808AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 47.4%

R = 50.41%
G = 2.19%
B = 47.4%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.06

 K value IS 0.28

RGB Variations

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

Color information

#B808AD (or 0xB808AD) is known color: Deep Magenta. HEX triplet: B8, 08 and AD. RGB value is (184,8,173). Sum of RGB (Red+Green+Blue) = 184+8+173=365 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.41% from 365); Green value is 8 (3.52% from 255 or 2.19% from 365); Blue value is 173 (67.97% from 255 or 47.40% from 365); Max value from RGB is 184 - color contains mainly: red. Hex color #B808AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B808AD is #47F752. Grayscale: #4E4E4E. Windows color (decimal): -4716371 or 11339960. OLE color: 11339960.

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

Color convert

RGB 184 8 173 -
CMYK 0 0.96 0.06 0.28
HSL 303.75º 0.92% 0.38% -
HSV(B) 303.75º 0.96% 0.72% -
XYZ 27.4 13.38 40.67 -
YUV 79.43 180.81 202.58 -
System Red Green Blue C M Y K H S L
Decimal 184 8 173 0 0.96 0.06 0.28 303.75 0.92 0.38
Hex B8 8 AD 0 60 6 1C 130 5C 26
Octal 270 10 255 0 140 6 34 460 134 46
Binary 10111000 1000 10101101 0 1100000 110 11100 100110000 1011100 100110

Color Harmonies of #B808AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B808AD

Black with #B808AD

Text Example


Text Example

White with #B808AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B808AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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