Shades of Deep Magenta #B80DBB
Tints of Deep Magenta #B80DBB
RGB
CMYK
RGB Variations
Color information
#B80DBB (or 0xB80DBB) is known color: Deep Magenta. HEX triplet: B8, 0D and BB. RGB value is (184,13,187). Sum of RGB (Red+Green+Blue) = 184+13+187=384 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.92% from 384); Green value is 13 (5.47% from 255 or 3.39% from 384); Blue value is 187 (73.44% from 255 or 48.70% from 384); Max value from RGB is 187 - color contains mainly: blue. Hex color #B80DBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80DBB is #47F244. Grayscale: #535353. Windows color (decimal): -4715077 or 12258744. OLE color: 12258744.
HSL color Cylindrical-coordinate representation of color #B80DBB: hue angle of 298.97º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B80DBB is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 13 | 187 | - |
| CMYK | 0.02 | 0.93 | 0 | 0.27 |
| HSL | 298.97º | 0.87% | 0.39% | - |
| HSV(B) | 298.97º | 0.93% | 0.73% | - |
| XYZ | 28.88 | 14.07 | 48.21 | - |
| YUV | 83.97 | 186.15 | 199.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 13 | 187 | 0.02 | 0.93 | 0 | 0.27 | 298.97 | 0.87 | 0.39 |
| Hex | B8 | D | BB | 2 | 5D | 0 | 1B | 12B | 57 | 27 |
| Octal | 270 | 15 | 273 | 2 | 135 | 0 | 33 | 453 | 127 | 47 |
| Binary | 10111000 | 1101 | 10111011 | 10 | 1011101 | 0 | 11011 | 100101011 | 1010111 | 100111 |
Color Harmonies of #B80DBB
Complementary color
Monochromatic Colors of #B80DBB
Black with #B80DBB
Text Example
Text Example
White with #B80DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80DBB; }
p { color: rgb(184,13,187); }
H1.HeaderClassName
{
color: #B80DBB;
}
.AnyTagClassName
{
color: #B80DBB;
}
</style>
background-color css
<style>
a { background-color: #B80DBB; }
a { background-color: rgb(184,13,187); }
div.DivClassName
{
background-color: #B80DBB;
}
.BgClassName
{
background-color: #B80DBB;
}
</style>
border-color css
<style>
span { border-color: #B80DBB; }
span { border-color: rgb(184,13,187); }
td.TdClassName
{
border-color: #B80DBB;
}
.TagClassName
{
border-color: #B80DBB;
}
</style>