Shades of Deep Magenta #B81DBF
Tints of Deep Magenta #B81DBF
RGB
CMYK
RGB Variations
Color information
#B81DBF (or 0xB81DBF) is known color: Deep Magenta. HEX triplet: B8, 1D and BF. RGB value is (184,29,191). Sum of RGB (Red+Green+Blue) = 184+29+191=404 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.54% from 404); Green value is 29 (11.72% from 255 or 7.18% from 404); Blue value is 191 (75% from 255 or 47.28% from 404); Max value from RGB is 191 - color contains mainly: blue. Hex color #B81DBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B81DBF is #47E240. Grayscale: #5D5D5D. Windows color (decimal): -4710977 or 12524984. OLE color: 12524984.
HSL color Cylindrical-coordinate representation of color #B81DBF: hue angle of 297.41º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B81DBF is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 29 | 191 | - |
| CMYK | 0.04 | 0.85 | 0 | 0.25 |
| HSL | 297.41º | 0.74% | 0.43% | - |
| HSV(B) | 297.41º | 0.85% | 0.75% | - |
| XYZ | 29.61 | 14.83 | 50.59 | - |
| YUV | 93.81 | 182.85 | 192.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 29 | 191 | 0.04 | 0.85 | 0 | 0.25 | 297.41 | 0.74 | 0.43 |
| Hex | B8 | 1D | BF | 4 | 55 | 0 | 19 | 129 | 4A | 2B |
| Octal | 270 | 35 | 277 | 4 | 125 | 0 | 31 | 451 | 112 | 53 |
| Binary | 10111000 | 11101 | 10111111 | 100 | 1010101 | 0 | 11001 | 100101001 | 1001010 | 101011 |
Color Harmonies of #B81DBF
Complementary color
Monochromatic Colors of #B81DBF
Black with #B81DBF
Text Example
Text Example
White with #B81DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81DBF; }
p { color: rgb(184,29,191); }
H1.HeaderClassName
{
color: #B81DBF;
}
.AnyTagClassName
{
color: #B81DBF;
}
</style>
background-color css
<style>
a { background-color: #B81DBF; }
a { background-color: rgb(184,29,191); }
div.DivClassName
{
background-color: #B81DBF;
}
.BgClassName
{
background-color: #B81DBF;
}
</style>
border-color css
<style>
span { border-color: #B81DBF; }
span { border-color: rgb(184,29,191); }
td.TdClassName
{
border-color: #B81DBF;
}
.TagClassName
{
border-color: #B81DBF;
}
</style>