Shades of Deep Magenta #B81DBB
Tints of Deep Magenta #B81DBB
RGB
CMYK
RGB Variations
Color information
#B81DBB (or 0xB81DBB) is known color: Deep Magenta. HEX triplet: B8, 1D and BB. RGB value is (184,29,187). Sum of RGB (Red+Green+Blue) = 184+29+187=400 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46% from 400); Green value is 29 (11.72% from 255 or 7.25% from 400); Blue value is 187 (73.44% from 255 or 46.75% from 400); Max value from RGB is 187 - color contains mainly: blue. Hex color #B81DBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B81DBB is #47E244. Grayscale: #5C5C5C. Windows color (decimal): -4710981 or 12262840. OLE color: 12262840.
HSL color Cylindrical-coordinate representation of color #B81DBB: hue angle of 298.86º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B81DBB is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 29 | 187 | - |
| CMYK | 0.02 | 0.84 | 0 | 0.27 |
| HSL | 298.86º | 0.73% | 0.42% | - |
| HSV(B) | 298.86º | 0.84% | 0.73% | - |
| XYZ | 29.18 | 14.66 | 48.31 | - |
| YUV | 93.36 | 180.85 | 192.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 29 | 187 | 0.02 | 0.84 | 0 | 0.27 | 298.86 | 0.73 | 0.42 |
| Hex | B8 | 1D | BB | 2 | 54 | 0 | 1B | 12B | 49 | 2A |
| Octal | 270 | 35 | 273 | 2 | 124 | 0 | 33 | 453 | 111 | 52 |
| Binary | 10111000 | 11101 | 10111011 | 10 | 1010100 | 0 | 11011 | 100101011 | 1001001 | 101010 |
Color Harmonies of #B81DBB
Complementary color
Monochromatic Colors of #B81DBB
Black with #B81DBB
Text Example
Text Example
White with #B81DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81DBB; }
p { color: rgb(184,29,187); }
H1.HeaderClassName
{
color: #B81DBB;
}
.AnyTagClassName
{
color: #B81DBB;
}
</style>
background-color css
<style>
a { background-color: #B81DBB; }
a { background-color: rgb(184,29,187); }
div.DivClassName
{
background-color: #B81DBB;
}
.BgClassName
{
background-color: #B81DBB;
}
</style>
border-color css
<style>
span { border-color: #B81DBB; }
span { border-color: rgb(184,29,187); }
td.TdClassName
{
border-color: #B81DBB;
}
.TagClassName
{
border-color: #B81DBB;
}
</style>