#B80AC1

Color #B80AC1 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #B80AC1

Tints of Deep Magenta #B80AC1

Color information

#B80AC1 (or 0xB80AC1) is unknown color: approx Deep Magenta. HEX triplet: B8, 0A and C1. RGB value is (184,10,193). Sum of RGB (Red+Green+Blue) = 184+10+193=387 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.55% from 387); Green value is 10 (4.30% from 255 or 2.58% from 387); Blue value is 193 (75.78% from 255 or 49.87% from 387); Max value from RGB is 193 - color contains mainly: blue. Hex color #B80AC1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80AC1 is #47F53E. Grayscale: #525252. Windows color (decimal): -4715839 or 12651192. OLE color: 12651192.

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

Color convert

RGB18410193-
CMYK0.050.9500.24
HSL297.05º90.15%39.8%-
HSV(B)297.05º94.82%75.69%-
XYZ29.514.2651.65-
YUV82.89190.15200.12-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.55%
GREEN value IS 10 (4.30% from 255) = 2.58%
BLUE value IS 193 (75.78% from 255) = 49.87%
R=47.55%
G=2.58%
B=49.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal184101930.050.9500.24297.0590.1539.8
HexB8AC155F0181295a28
Octal27012301513703045113250
Binary1011100010101100000110110111110110001001010011011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80AC1; }

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

 H1.HeaderClassName
 {
   color: #B80AC1;
 }
 .AnyTagClassName
 {
   color: #B80AC1;
 }
</style>
background-color css

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

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

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

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

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

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