Html Css Color HEX #B80EAA Deep Magenta

📋 copy color: '#B80EAA'

red 184 ◦ green 14 ◦ blue 170

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

Shades of Deep Magenta #B80EAA

Tints of Deep Magenta #B80EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 46.2%

R = 50%
G = 3.8%
B = 46.2%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.08

 K value IS 0.28

RGB Variations

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

Color information

#B80EAA (or 0xB80EAA) is known color: Deep Magenta. HEX triplet: B8, 0E and AA. RGB value is (184,14,170). Sum of RGB (Red+Green+Blue) = 184+14+170=368 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50% from 368); Green value is 14 (5.86% from 255 or 3.80% from 368); Blue value is 170 (66.80% from 255 or 46.20% from 368); Max value from RGB is 184 - color contains mainly: red. Hex color #B80EAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80EAA is #47F155. Grayscale: #525252. Windows color (decimal): -4714838 or 11144888. OLE color: 11144888.

HSL color Cylindrical-coordinate representation of color #B80EAA: hue angle of 304.94º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B80EAA is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 14 170 -
CMYK 0 0.92 0.08 0.28
HSL 304.94º 0.86% 0.39% -
HSV(B) 304.94º 0.92% 0.72% -
XYZ 27.18 13.41 39.19 -
YUV 82.61 177.32 200.32 -
System Red Green Blue C M Y K H S L
Decimal 184 14 170 0 0.92 0.08 0.28 304.94 0.86 0.39
Hex B8 E AA 0 5C 8 1C 131 56 27
Octal 270 16 252 0 134 10 34 461 126 47
Binary 10111000 1110 10101010 0 1011100 1000 11100 100110001 1010110 100111

Color Harmonies of #B80EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80EAA

Black with #B80EAA

Text Example


Text Example

White with #B80EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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