Html Css Color HEX #B80FAA Deep Magenta

📋 copy color: '#B80FAA'

red 184 ◦ green 15 ◦ blue 170

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

Shades of Deep Magenta #B80FAA

Tints of Deep Magenta #B80FAA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.07%

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

R = 49.86%
G = 4.07%
B = 46.07%

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

#B80FAA (or 0xB80FAA) is known color: Deep Magenta. HEX triplet: B8, 0F and AA. RGB value is (184,15,170). Sum of RGB (Red+Green+Blue) = 184+15+170=369 (48% of max value = 765). Red value is 184 (72.27% from 255 or 49.86% from 369); Green value is 15 (6.25% from 255 or 4.07% from 369); Blue value is 170 (66.80% from 255 or 46.07% from 369); Max value from RGB is 184 - color contains mainly: red. Hex color #B80FAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80FAA is #47F055. Grayscale: #525252. Windows color (decimal): -4714582 or 11145144. OLE color: 11145144.

HSL color Cylindrical-coordinate representation of color #B80FAA: hue angle of 304.97º degrees, saturation: 0.85, 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 #B80FAA is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 15 170 -
CMYK 0 0.92 0.08 0.28
HSL 304.97º 0.85% 0.39% -
HSV(B) 304.97º 0.92% 0.72% -
XYZ 27.19 13.43 39.19 -
YUV 83.2 176.99 199.9 -
System Red Green Blue C M Y K H S L
Decimal 184 15 170 0 0.92 0.08 0.28 304.97 0.85 0.39
Hex B8 F AA 0 5C 8 1C 131 55 27
Octal 270 17 252 0 134 10 34 461 125 47
Binary 10111000 1111 10101010 0 1011100 1000 11100 100110001 1010101 100111

Color Harmonies of #B80FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80FAA

Black with #B80FAA

Text Example


Text Example

White with #B80FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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