Shades of Deep Magenta #B80ACB
Tints of Deep Magenta #B80ACB
RGB
CMYK
RGB Variations
Color information
#B80ACB (or 0xB80ACB) is known color: Deep Magenta. HEX triplet: B8, 0A and CB. RGB value is (184,10,203). Sum of RGB (Red+Green+Blue) = 184+10+203=397 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.35% from 397); Green value is 10 (4.30% from 255 or 2.52% from 397); Blue value is 203 (79.69% from 255 or 51.13% from 397); Max value from RGB is 203 - color contains mainly: blue. Hex color #B80ACB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80ACB is #47F534. Grayscale: #535353. Windows color (decimal): -4715829 or 13306552. OLE color: 13306552.
HSL color Cylindrical-coordinate representation of color #B80ACB: hue angle of 294.09º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B80ACB is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 10 | 203 | - |
| CMYK | 0.09 | 0.95 | 0 | 0.20 |
| HSL | 294.09º | 0.91% | 0.42% | - |
| HSV(B) | 294.09º | 0.95% | 0.8% | - |
| XYZ | 30.66 | 14.72 | 57.73 | - |
| YUV | 84.03 | 195.15 | 199.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 10 | 203 | 0.09 | 0.95 | 0 | 0.20 | 294.09 | 0.91 | 0.42 |
| Hex | B8 | A | CB | 9 | 5F | 0 | 14 | 126 | 5B | 2A |
| Octal | 270 | 12 | 313 | 11 | 137 | 0 | 24 | 446 | 133 | 52 |
| Binary | 10111000 | 1010 | 11001011 | 1001 | 1011111 | 0 | 10100 | 100100110 | 1011011 | 101010 |
Color Harmonies of #B80ACB
Complementary color
Monochromatic Colors of #B80ACB
Black with #B80ACB
Text Example
Text Example
White with #B80ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80ACB; }
p { color: rgb(184,10,203); }
H1.HeaderClassName
{
color: #B80ACB;
}
.AnyTagClassName
{
color: #B80ACB;
}
</style>
background-color css
<style>
a { background-color: #B80ACB; }
a { background-color: rgb(184,10,203); }
div.DivClassName
{
background-color: #B80ACB;
}
.BgClassName
{
background-color: #B80ACB;
}
</style>
border-color css
<style>
span { border-color: #B80ACB; }
span { border-color: rgb(184,10,203); }
td.TdClassName
{
border-color: #B80ACB;
}
.TagClassName
{
border-color: #B80ACB;
}
</style>