Html Css Color HEX #B80CAA Deep Magenta

📋 copy color: '#B80CAA'

red 184 ◦ green 12 ◦ blue 170

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

Shades of Deep Magenta #B80CAA

Tints of Deep Magenta #B80CAA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.28%

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

R = 50.27%
G = 3.28%
B = 46.45%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.08

 K value IS 0.28

RGB Variations

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

Color information

#B80CAA (or 0xB80CAA) is known color: Deep Magenta. HEX triplet: B8, 0C and AA. RGB value is (184,12,170). Sum of RGB (Red+Green+Blue) = 184+12+170=366 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.27% from 366); Green value is 12 (5.08% from 255 or 3.28% from 366); Blue value is 170 (66.80% from 255 or 46.45% from 366); Max value from RGB is 184 - color contains mainly: red. Hex color #B80CAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80CAA is #47F355. Grayscale: #505050. Windows color (decimal): -4715350 or 11144376. OLE color: 11144376.

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

Color convert

RGB 184 12 170 -
CMYK 0 0.93 0.08 0.28
HSL 304.88º 0.88% 0.38% -
HSV(B) 304.88º 0.93% 0.72% -
XYZ 27.15 13.36 39.18 -
YUV 81.44 177.98 201.15 -
System Red Green Blue C M Y K H S L
Decimal 184 12 170 0 0.93 0.08 0.28 304.88 0.88 0.38
Hex B8 C AA 0 5D 8 1C 131 58 26
Octal 270 14 252 0 135 10 34 461 130 46
Binary 10111000 1100 10101010 0 1011101 1000 11100 100110001 1011000 100110

Color Harmonies of #B80CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80CAA

Black with #B80CAA

Text Example


Text Example

White with #B80CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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