Shades of Deep Magenta #B80DBA
Tints of Deep Magenta #B80DBA
RGB
CMYK
RGB Variations
Color information
#B80DBA (or 0xB80DBA) is known color: Deep Magenta. HEX triplet: B8, 0D and BA. RGB value is (184,13,186). Sum of RGB (Red+Green+Blue) = 184+13+186=383 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.04% from 383); Green value is 13 (5.47% from 255 or 3.39% from 383); Blue value is 186 (73.05% from 255 or 48.56% from 383); Max value from RGB is 186 - color contains mainly: blue. Hex color #B80DBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80DBA is #47F245. Grayscale: #535353. Windows color (decimal): -4715078 or 12193208. OLE color: 12193208.
HSL color Cylindrical-coordinate representation of color #B80DBA: hue angle of 299.31º 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 #B80DBA is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 13 | 186 | - |
| CMYK | 0.01 | 0.93 | 0 | 0.27 |
| HSL | 299.31º | 0.87% | 0.39% | - |
| HSV(B) | 299.31º | 0.93% | 0.73% | - |
| XYZ | 28.77 | 14.02 | 47.64 | - |
| YUV | 83.85 | 185.65 | 199.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 13 | 186 | 0.01 | 0.93 | 0 | 0.27 | 299.31 | 0.87 | 0.39 |
| Hex | B8 | D | BA | 1 | 5D | 0 | 1B | 12B | 57 | 27 |
| Octal | 270 | 15 | 272 | 1 | 135 | 0 | 33 | 453 | 127 | 47 |
| Binary | 10111000 | 1101 | 10111010 | 1 | 1011101 | 0 | 11011 | 100101011 | 1010111 | 100111 |
Color Harmonies of #B80DBA
Complementary color
Monochromatic Colors of #B80DBA
Black with #B80DBA
Text Example
Text Example
White with #B80DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80DBA; }
p { color: rgb(184,13,186); }
H1.HeaderClassName
{
color: #B80DBA;
}
.AnyTagClassName
{
color: #B80DBA;
}
</style>
background-color css
<style>
a { background-color: #B80DBA; }
a { background-color: rgb(184,13,186); }
div.DivClassName
{
background-color: #B80DBA;
}
.BgClassName
{
background-color: #B80DBA;
}
</style>
border-color css
<style>
span { border-color: #B80DBA; }
span { border-color: rgb(184,13,186); }
td.TdClassName
{
border-color: #B80DBA;
}
.TagClassName
{
border-color: #B80DBA;
}
</style>