Shades of Deep Magenta #B81DBE
Tints of Deep Magenta #B81DBE
RGB
CMYK
RGB Variations
Color information
#B81DBE (or 0xB81DBE) is known color: Deep Magenta. HEX triplet: B8, 1D and BE. RGB value is (184,29,190). Sum of RGB (Red+Green+Blue) = 184+29+190=403 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.66% from 403); Green value is 29 (11.72% from 255 or 7.20% from 403); Blue value is 190 (74.61% from 255 or 47.15% from 403); Max value from RGB is 190 - color contains mainly: blue. Hex color #B81DBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B81DBE is #47E241. Grayscale: #5D5D5D. Windows color (decimal): -4710978 or 12459448. OLE color: 12459448.
HSL color Cylindrical-coordinate representation of color #B81DBE: hue angle of 297.76º 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 #B81DBE is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 29 | 190 | - |
| CMYK | 0.03 | 0.85 | 0 | 0.25 |
| HSL | 297.76º | 0.74% | 0.43% | - |
| HSV(B) | 297.76º | 0.85% | 0.75% | - |
| XYZ | 29.5 | 14.79 | 50.01 | - |
| YUV | 93.7 | 182.35 | 192.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 29 | 190 | 0.03 | 0.85 | 0 | 0.25 | 297.76 | 0.74 | 0.43 |
| Hex | B8 | 1D | BE | 3 | 55 | 0 | 19 | 12A | 4A | 2B |
| Octal | 270 | 35 | 276 | 3 | 125 | 0 | 31 | 452 | 112 | 53 |
| Binary | 10111000 | 11101 | 10111110 | 11 | 1010101 | 0 | 11001 | 100101010 | 1001010 | 101011 |
Color Harmonies of #B81DBE
Complementary color
Monochromatic Colors of #B81DBE
Black with #B81DBE
Text Example
Text Example
White with #B81DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81DBE; }
p { color: rgb(184,29,190); }
H1.HeaderClassName
{
color: #B81DBE;
}
.AnyTagClassName
{
color: #B81DBE;
}
</style>
background-color css
<style>
a { background-color: #B81DBE; }
a { background-color: rgb(184,29,190); }
div.DivClassName
{
background-color: #B81DBE;
}
.BgClassName
{
background-color: #B81DBE;
}
</style>
border-color css
<style>
span { border-color: #B81DBE; }
span { border-color: rgb(184,29,190); }
td.TdClassName
{
border-color: #B81DBE;
}
.TagClassName
{
border-color: #B81DBE;
}
</style>