Html Css Color HEX #B80EDD Deep Magenta

📋 copy color: '#B80EDD'

red 184 ◦ green 14 ◦ blue 221

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

Shades of Deep Magenta #B80EDD

Tints of Deep Magenta #B80EDD

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.34%

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

R = 43.91%
G = 3.34%
B = 52.74%

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

#B80EDD (or 0xB80EDD) is known color: Deep Magenta. HEX triplet: B8, 0E and DD. RGB value is (184,14,221). Sum of RGB (Red+Green+Blue) = 184+14+221=419 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.91% from 419); Green value is 14 (5.86% from 255 or 3.34% from 419); Blue value is 221 (86.72% from 255 or 52.74% from 419); Max value from RGB is 221 - color contains mainly: blue. Hex color #B80EDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80EDD is #47F122. Grayscale: #575757. Windows color (decimal): -4714787 or 14487224. OLE color: 14487224.

HSL color Cylindrical-coordinate representation of color #B80EDD: hue angle of 289.28º degrees, saturation: 0.88, 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 #B80EDD is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 14 221 -
CMYK 0.17 0.94 0 0.13
HSL 289.28º 0.88% 0.46% -
HSV(B) 289.28º 0.94% 0.87% -
XYZ 32.98 15.72 69.7 -
YUV 88.43 202.82 196.17 -
System Red Green Blue C M Y K H S L
Decimal 184 14 221 0.17 0.94 0 0.13 289.28 0.88 0.46
Hex B8 E DD 11 5E 0 D 121 58 2E
Octal 270 16 335 21 136 0 15 441 130 56
Binary 10111000 1110 11011101 10001 1011110 0 1101 100100001 1011000 101110

Color Harmonies of #B80EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80EDD

Black with #B80EDD

Text Example


Text Example

White with #B80EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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