Shades of Deep Magenta #B81CDD
Tints of Deep Magenta #B81CDD
RGB
CMYK
RGB Variations
Color information
#B81CDD (or 0xB81CDD) is known color: Deep Magenta. HEX triplet: B8, 1C and DD. RGB value is (184,28,221). Sum of RGB (Red+Green+Blue) = 184+28+221=433 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.49% from 433); Green value is 28 (11.33% from 255 or 6.47% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #B81CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B81CDD is #47E322. Grayscale: #606060. Windows color (decimal): -4711203 or 14490808. OLE color: 14490808.
HSL color Cylindrical-coordinate representation of color #B81CDD: hue angle of 288.5º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B81CDD is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 28 | 221 | - |
| CMYK | 0.17 | 0.87 | 0 | 0.13 |
| HSL | 288.5º | 0.78% | 0.49% | - |
| HSV(B) | 288.5º | 0.87% | 0.87% | - |
| XYZ | 33.23 | 16.24 | 69.79 | - |
| YUV | 96.65 | 198.18 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 28 | 221 | 0.17 | 0.87 | 0 | 0.13 | 288.5 | 0.78 | 0.49 |
| Hex | B8 | 1C | DD | 11 | 57 | 0 | D | 120 | 4E | 31 |
| Octal | 270 | 34 | 335 | 21 | 127 | 0 | 15 | 440 | 116 | 61 |
| Binary | 10111000 | 11100 | 11011101 | 10001 | 1010111 | 0 | 1101 | 100100000 | 1001110 | 110001 |
Color Harmonies of #B81CDD
Complementary color
Monochromatic Colors of #B81CDD
Black with #B81CDD
Text Example
Text Example
White with #B81CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81CDD; }
p { color: rgb(184,28,221); }
H1.HeaderClassName
{
color: #B81CDD;
}
.AnyTagClassName
{
color: #B81CDD;
}
</style>
background-color css
<style>
a { background-color: #B81CDD; }
a { background-color: rgb(184,28,221); }
div.DivClassName
{
background-color: #B81CDD;
}
.BgClassName
{
background-color: #B81CDD;
}
</style>
border-color css
<style>
span { border-color: #B81CDD; }
span { border-color: rgb(184,28,221); }
td.TdClassName
{
border-color: #B81CDD;
}
.TagClassName
{
border-color: #B81CDD;
}
</style>