Html Css Color HEX #B80DDD Deep Magenta

📋 copy color: '#B80DDD'

red 184 ◦ green 13 ◦ blue 221

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

Shades of Deep Magenta #B80DDD

Tints of Deep Magenta #B80DDD

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.11%

 BLUE value IS 221 (86.72% from 255) = 52.87%

R = 44.02%
G = 3.11%
B = 52.87%

CMYK

 C value IS 0.17

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B80DDD (or 0xB80DDD) is known color: Deep Magenta. HEX triplet: B8, 0D and DD. RGB value is (184,13,221). Sum of RGB (Red+Green+Blue) = 184+13+221=418 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.02% from 418); Green value is 13 (5.47% from 255 or 3.11% from 418); Blue value is 221 (86.72% from 255 or 52.87% from 418); Max value from RGB is 221 - color contains mainly: blue. Hex color #B80DDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80DDD is #47F222. Grayscale: #575757. Windows color (decimal): -4715043 or 14486968. OLE color: 14486968.

HSL color Cylindrical-coordinate representation of color #B80DDD: hue angle of 289.33º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B80DDD is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 13 221 -
CMYK 0.17 0.94 0 0.13
HSL 289.33º 0.89% 0.46% -
HSV(B) 289.33º 0.94% 0.87% -
XYZ 32.96 15.7 69.7 -
YUV 87.84 203.15 196.59 -
System Red Green Blue C M Y K H S L
Decimal 184 13 221 0.17 0.94 0 0.13 289.33 0.89 0.46
Hex B8 D DD 11 5E 0 D 121 59 2E
Octal 270 15 335 21 136 0 15 441 131 56
Binary 10111000 1101 11011101 10001 1011110 0 1101 100100001 1011001 101110

Color Harmonies of #B80DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80DDD

Black with #B80DDD

Text Example


Text Example

White with #B80DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80DDD; }

 p { color: rgb(184,13,221); }

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

background-color css

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

 a { background-color: rgb(184,13,221); }

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

border-color css

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

 span { border-color: rgb(184,13,221); }

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