Shades of Deep Magenta #B81CDC
Tints of Deep Magenta #B81CDC
RGB
CMYK
RGB Variations
Color information
#B81CDC (or 0xB81CDC) is known color: Deep Magenta. HEX triplet: B8, 1C and DC. RGB value is (184,28,220). Sum of RGB (Red+Green+Blue) = 184+28+220=432 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.59% from 432); Green value is 28 (11.33% from 255 or 6.48% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #B81CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B81CDC is #47E323. Grayscale: #5F5F5F. Windows color (decimal): -4711204 or 14425272. OLE color: 14425272.
HSL color Cylindrical-coordinate representation of color #B81CDC: hue angle of 288.75º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B81CDC is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 28 | 220 | - |
| CMYK | 0.16 | 0.87 | 0 | 0.14 |
| HSL | 288.75º | 0.77% | 0.49% | - |
| HSV(B) | 288.75º | 0.87% | 0.86% | - |
| XYZ | 33.1 | 16.19 | 69.09 | - |
| YUV | 96.53 | 197.68 | 190.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 28 | 220 | 0.16 | 0.87 | 0 | 0.14 | 288.75 | 0.77 | 0.49 |
| Hex | B8 | 1C | DC | 10 | 57 | 0 | E | 121 | 4D | 31 |
| Octal | 270 | 34 | 334 | 20 | 127 | 0 | 16 | 441 | 115 | 61 |
| Binary | 10111000 | 11100 | 11011100 | 10000 | 1010111 | 0 | 1110 | 100100001 | 1001101 | 110001 |
Color Harmonies of #B81CDC
Complementary color
Monochromatic Colors of #B81CDC
Black with #B81CDC
Text Example
Text Example
White with #B81CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81CDC; }
p { color: rgb(184,28,220); }
H1.HeaderClassName
{
color: #B81CDC;
}
.AnyTagClassName
{
color: #B81CDC;
}
</style>
background-color css
<style>
a { background-color: #B81CDC; }
a { background-color: rgb(184,28,220); }
div.DivClassName
{
background-color: #B81CDC;
}
.BgClassName
{
background-color: #B81CDC;
}
</style>
border-color css
<style>
span { border-color: #B81CDC; }
span { border-color: rgb(184,28,220); }
td.TdClassName
{
border-color: #B81CDC;
}
.TagClassName
{
border-color: #B81CDC;
}
</style>