Html Css Color HEX #B80ABF Deep Magenta

📋 copy color: '#B80ABF'

red 184 ◦ green 10 ◦ blue 191

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

Shades of Deep Magenta #B80ABF

Tints of Deep Magenta #B80ABF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.6%

 BLUE value IS 191 (75% from 255) = 49.61%

R = 47.79%
G = 2.6%
B = 49.61%

CMYK

 C value IS 0.04

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B80ABF (or 0xB80ABF) is known color: Deep Magenta. HEX triplet: B8, 0A and BF. RGB value is (184,10,191). Sum of RGB (Red+Green+Blue) = 184+10+191=385 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.79% from 385); Green value is 10 (4.30% from 255 or 2.60% from 385); Blue value is 191 (75% from 255 or 49.61% from 385); Max value from RGB is 191 - color contains mainly: blue. Hex color #B80ABF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80ABF is #47F540. Grayscale: #525252. Windows color (decimal): -4715841 or 12520120. OLE color: 12520120.

HSL color Cylindrical-coordinate representation of color #B80ABF: hue angle of 297.68º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B80ABF is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 184 10 191 -
CMYK 0.04 0.95 0 0.25
HSL 297.68º 0.9% 0.39% -
HSV(B) 297.68º 0.95% 0.75% -
XYZ 29.28 14.17 50.48 -
YUV 82.66 189.15 200.28 -
System Red Green Blue C M Y K H S L
Decimal 184 10 191 0.04 0.95 0 0.25 297.68 0.9 0.39
Hex B8 A BF 4 5F 0 19 12A 5A 27
Octal 270 12 277 4 137 0 31 452 132 47
Binary 10111000 1010 10111111 100 1011111 0 11001 100101010 1011010 100111

Color Harmonies of #B80ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80ABF

Black with #B80ABF

Text Example


Text Example

White with #B80ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80ABF; }

 p { color: rgb(184,10,191); }

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

background-color css

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

 a { background-color: rgb(184,10,191); }

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

border-color css

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

 span { border-color: rgb(184,10,191); }

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