Shades of Deep Magenta #B80BCE
Tints of Deep Magenta #B80BCE
RGB
CMYK
RGB Variations
Color information
#B80BCE (or 0xB80BCE) is known color: Deep Magenta. HEX triplet: B8, 0B and CE. RGB value is (184,11,206). Sum of RGB (Red+Green+Blue) = 184+11+206=401 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.89% from 401); Green value is 11 (4.69% from 255 or 2.74% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #B80BCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80BCE is #47F431. Grayscale: #545454. Windows color (decimal): -4715570 or 13503416. OLE color: 13503416.
HSL color Cylindrical-coordinate representation of color #B80BCE: hue angle of 293.23º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B80BCE is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 11 | 206 | - |
| CMYK | 0.11 | 0.95 | 0 | 0.19 |
| HSL | 293.23º | 0.9% | 0.43% | - |
| HSV(B) | 293.23º | 0.95% | 0.81% | - |
| XYZ | 31.03 | 14.89 | 59.63 | - |
| YUV | 84.96 | 196.31 | 198.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 11 | 206 | 0.11 | 0.95 | 0 | 0.19 | 293.23 | 0.9 | 0.43 |
| Hex | B8 | B | CE | B | 5F | 0 | 13 | 125 | 5A | 2B |
| Octal | 270 | 13 | 316 | 13 | 137 | 0 | 23 | 445 | 132 | 53 |
| Binary | 10111000 | 1011 | 11001110 | 1011 | 1011111 | 0 | 10011 | 100100101 | 1011010 | 101011 |
Color Harmonies of #B80BCE
Complementary color
Monochromatic Colors of #B80BCE
Black with #B80BCE
Text Example
Text Example
White with #B80BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80BCE; }
p { color: rgb(184,11,206); }
H1.HeaderClassName
{
color: #B80BCE;
}
.AnyTagClassName
{
color: #B80BCE;
}
</style>
background-color css
<style>
a { background-color: #B80BCE; }
a { background-color: rgb(184,11,206); }
div.DivClassName
{
background-color: #B80BCE;
}
.BgClassName
{
background-color: #B80BCE;
}
</style>
border-color css
<style>
span { border-color: #B80BCE; }
span { border-color: rgb(184,11,206); }
td.TdClassName
{
border-color: #B80BCE;
}
.TagClassName
{
border-color: #B80BCE;
}
</style>