Html Css Color HEX #B808D8 Deep Magenta

📋 copy color: '#B808D8'

red 184 ◦ green 8 ◦ blue 216

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

Shades of Deep Magenta #B808D8

Tints of Deep Magenta #B808D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 52.94%

R = 45.1%
G = 1.96%
B = 52.94%

CMYK

 C value IS 0.15

 M value IS 0.96

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B808D8 (or 0xB808D8) is known color: Deep Magenta. HEX triplet: B8, 08 and D8. RGB value is (184,8,216). Sum of RGB (Red+Green+Blue) = 184+8+216=408 (54% of max value = 765). Red value is 184 (72.27% from 255 or 45.10% from 408); Green value is 8 (3.52% from 255 or 1.96% from 408); Blue value is 216 (84.77% from 255 or 52.94% from 408); Max value from RGB is 216 - color contains mainly: blue. Hex color #B808D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B808D8 is #47F727. Grayscale: #535353. Windows color (decimal): -4716328 or 14158008. OLE color: 14158008.

HSL color Cylindrical-coordinate representation of color #B808D8: hue angle of 290.77º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B808D8 is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 184 8 216 -
CMYK 0.15 0.96 0 0.15
HSL 290.77º 0.93% 0.44% -
HSV(B) 290.77º 0.96% 0.85% -
XYZ 32.25 15.32 66.22 -
YUV 84.34 202.31 199.09 -
System Red Green Blue C M Y K H S L
Decimal 184 8 216 0.15 0.96 0 0.15 290.77 0.93 0.44
Hex B8 8 D8 F 60 0 F 123 5D 2C
Octal 270 10 330 17 140 0 17 443 135 54
Binary 10111000 1000 11011000 1111 1100000 0 1111 100100011 1011101 101100

Color Harmonies of #B808D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B808D8

Black with #B808D8

Text Example


Text Example

White with #B808D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B808D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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