Shades of Deep Magenta #B80FDD
Tints of Deep Magenta #B80FDD
RGB
CMYK
RGB Variations
Color information
#B80FDD (or 0xB80FDD) is known color: Deep Magenta. HEX triplet: B8, 0F and DD. RGB value is (184,15,221). Sum of RGB (Red+Green+Blue) = 184+15+221=420 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.81% from 420); Green value is 15 (6.25% from 255 or 3.57% from 420); Blue value is 221 (86.72% from 255 or 52.62% from 420); Max value from RGB is 221 - color contains mainly: blue. Hex color #B80FDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80FDD is #47F022. Grayscale: #585858. Windows color (decimal): -4714531 or 14487480. OLE color: 14487480.
HSL color Cylindrical-coordinate representation of color #B80FDD: hue angle of 289.22º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B80FDD is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 15 | 221 | - |
| CMYK | 0.17 | 0.93 | 0 | 0.13 |
| HSL | 289.22º | 0.87% | 0.46% | - |
| HSV(B) | 289.22º | 0.93% | 0.87% | - |
| XYZ | 32.99 | 15.75 | 69.71 | - |
| YUV | 89.02 | 202.49 | 195.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 15 | 221 | 0.17 | 0.93 | 0 | 0.13 | 289.22 | 0.87 | 0.46 |
| Hex | B8 | F | DD | 11 | 5D | 0 | D | 121 | 57 | 2E |
| Octal | 270 | 17 | 335 | 21 | 135 | 0 | 15 | 441 | 127 | 56 |
| Binary | 10111000 | 1111 | 11011101 | 10001 | 1011101 | 0 | 1101 | 100100001 | 1010111 | 101110 |
Color Harmonies of #B80FDD
Complementary color
Monochromatic Colors of #B80FDD
Black with #B80FDD
Text Example
Text Example
White with #B80FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80FDD; }
p { color: rgb(184,15,221); }
H1.HeaderClassName
{
color: #B80FDD;
}
.AnyTagClassName
{
color: #B80FDD;
}
</style>
background-color css
<style>
a { background-color: #B80FDD; }
a { background-color: rgb(184,15,221); }
div.DivClassName
{
background-color: #B80FDD;
}
.BgClassName
{
background-color: #B80FDD;
}
</style>
border-color css
<style>
span { border-color: #B80FDD; }
span { border-color: rgb(184,15,221); }
td.TdClassName
{
border-color: #B80FDD;
}
.TagClassName
{
border-color: #B80FDD;
}
</style>