Shades of Deep Magenta #B81DB2
Tints of Deep Magenta #B81DB2
RGB
CMYK
RGB Variations
Color information
#B81DB2 (or 0xB81DB2) is known color: Deep Magenta. HEX triplet: B8, 1D and B2. RGB value is (184,29,178). Sum of RGB (Red+Green+Blue) = 184+29+178=391 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.06% from 391); Green value is 29 (11.72% from 255 or 7.42% from 391); Blue value is 178 (69.92% from 255 or 45.52% from 391); Max value from RGB is 184 - color contains mainly: red. Hex color #B81DB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B81DB2 is #47E24D. Grayscale: #5B5B5B. Windows color (decimal): -4710990 or 11673016. OLE color: 11673016.
HSL color Cylindrical-coordinate representation of color #B81DB2: hue angle of 302.32º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B81DB2 is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 29 | 178 | - |
| CMYK | 0 | 0.84 | 0.03 | 0.28 |
| HSL | 302.32º | 0.73% | 0.42% | - |
| HSV(B) | 302.32º | 0.84% | 0.72% | - |
| XYZ | 28.24 | 14.28 | 43.39 | - |
| YUV | 92.33 | 176.35 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 29 | 178 | 0 | 0.84 | 0.03 | 0.28 | 302.32 | 0.73 | 0.42 |
| Hex | B8 | 1D | B2 | 0 | 54 | 3 | 1C | 12E | 49 | 2A |
| Octal | 270 | 35 | 262 | 0 | 124 | 3 | 34 | 456 | 111 | 52 |
| Binary | 10111000 | 11101 | 10110010 | 0 | 1010100 | 11 | 11100 | 100101110 | 1001001 | 101010 |
Color Harmonies of #B81DB2
Complementary color
Monochromatic Colors of #B81DB2
Black with #B81DB2
Text Example
Text Example
White with #B81DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81DB2; }
p { color: rgb(184,29,178); }
H1.HeaderClassName
{
color: #B81DB2;
}
.AnyTagClassName
{
color: #B81DB2;
}
</style>
background-color css
<style>
a { background-color: #B81DB2; }
a { background-color: rgb(184,29,178); }
div.DivClassName
{
background-color: #B81DB2;
}
.BgClassName
{
background-color: #B81DB2;
}
</style>
border-color css
<style>
span { border-color: #B81DB2; }
span { border-color: rgb(184,29,178); }
td.TdClassName
{
border-color: #B81DB2;
}
.TagClassName
{
border-color: #B81DB2;
}
</style>