Html Css Color HEX #B80AC0 Deep Magenta

📋 copy color: '#B80AC0'

red 184 ◦ green 10 ◦ blue 192

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

Shades of Deep Magenta #B80AC0

Tints of Deep Magenta #B80AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 49.74%

R = 47.67%
G = 2.59%
B = 49.74%

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

#B80AC0 (or 0xB80AC0) is known color: Deep Magenta. HEX triplet: B8, 0A and C0. RGB value is (184,10,192). Sum of RGB (Red+Green+Blue) = 184+10+192=386 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.67% from 386); Green value is 10 (4.30% from 255 or 2.59% from 386); Blue value is 192 (75.39% from 255 or 49.74% from 386); Max value from RGB is 192 - color contains mainly: blue. Hex color #B80AC0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80AC0 is #47F53F. Grayscale: #525252. Windows color (decimal): -4715840 or 12585656. OLE color: 12585656.

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

Color convert

RGB 184 10 192 -
CMYK 0.04 0.95 0 0.25
HSL 297.36º 0.9% 0.4% -
HSV(B) 297.36º 0.95% 0.75% -
XYZ 29.39 14.21 51.06 -
YUV 82.77 189.65 200.2 -
System Red Green Blue C M Y K H S L
Decimal 184 10 192 0.04 0.95 0 0.25 297.36 0.9 0.4
Hex B8 A C0 4 5F 0 19 129 5A 28
Octal 270 12 300 4 137 0 31 451 132 50
Binary 10111000 1010 11000000 100 1011111 0 11001 100101001 1011010 101000

Color Harmonies of #B80AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80AC0

Black with #B80AC0

Text Example


Text Example

White with #B80AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80AC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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