Shades of Deep Magenta #B80DBD
Tints of Deep Magenta #B80DBD
RGB
CMYK
RGB Variations
Color information
#B80DBD (or 0xB80DBD) is known color: Deep Magenta. HEX triplet: B8, 0D and BD. RGB value is (184,13,189). Sum of RGB (Red+Green+Blue) = 184+13+189=386 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.67% from 386); Green value is 13 (5.47% from 255 or 3.37% from 386); Blue value is 189 (74.22% from 255 or 48.96% from 386); Max value from RGB is 189 - color contains mainly: blue. Hex color #B80DBD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80DBD is #47F242. Grayscale: #535353. Windows color (decimal): -4715075 or 12389816. OLE color: 12389816.
HSL color Cylindrical-coordinate representation of color #B80DBD: hue angle of 298.3º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B80DBD is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 13 | 189 | - |
| CMYK | 0.03 | 0.93 | 0 | 0.26 |
| HSL | 298.3º | 0.87% | 0.4% | - |
| HSV(B) | 298.3º | 0.93% | 0.74% | - |
| XYZ | 29.1 | 14.15 | 49.34 | - |
| YUV | 84.19 | 187.15 | 199.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 13 | 189 | 0.03 | 0.93 | 0 | 0.26 | 298.3 | 0.87 | 0.4 |
| Hex | B8 | D | BD | 3 | 5D | 0 | 1A | 12A | 57 | 28 |
| Octal | 270 | 15 | 275 | 3 | 135 | 0 | 32 | 452 | 127 | 50 |
| Binary | 10111000 | 1101 | 10111101 | 11 | 1011101 | 0 | 11010 | 100101010 | 1010111 | 101000 |
Color Harmonies of #B80DBD
Complementary color
Monochromatic Colors of #B80DBD
Black with #B80DBD
Text Example
Text Example
White with #B80DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80DBD; }
p { color: rgb(184,13,189); }
H1.HeaderClassName
{
color: #B80DBD;
}
.AnyTagClassName
{
color: #B80DBD;
}
</style>
background-color css
<style>
a { background-color: #B80DBD; }
a { background-color: rgb(184,13,189); }
div.DivClassName
{
background-color: #B80DBD;
}
.BgClassName
{
background-color: #B80DBD;
}
</style>
border-color css
<style>
span { border-color: #B80DBD; }
span { border-color: rgb(184,13,189); }
td.TdClassName
{
border-color: #B80DBD;
}
.TagClassName
{
border-color: #B80DBD;
}
</style>