Shades of Deep Magenta #B817B2
Tints of Deep Magenta #B817B2
RGB
CMYK
RGB Variations
Color information
#B817B2 (or 0xB817B2) is known color: Deep Magenta. HEX triplet: B8, 17 and B2. RGB value is (184,23,178). Sum of RGB (Red+Green+Blue) = 184+23+178=385 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.79% from 385); Green value is 23 (9.38% from 255 or 5.97% from 385); Blue value is 178 (69.92% from 255 or 46.23% from 385); Max value from RGB is 184 - color contains mainly: red. Hex color #B817B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B817B2 is #47E84D. Grayscale: #585858. Windows color (decimal): -4712526 or 11671480. OLE color: 11671480.
HSL color Cylindrical-coordinate representation of color #B817B2: hue angle of 302.24º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B817B2 is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 23 | 178 | - |
| CMYK | 0 | 0.88 | 0.03 | 0.28 |
| HSL | 302.24º | 0.78% | 0.41% | - |
| HSV(B) | 302.24º | 0.88% | 0.72% | - |
| XYZ | 28.11 | 14.02 | 43.34 | - |
| YUV | 88.81 | 178.34 | 195.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 23 | 178 | 0 | 0.88 | 0.03 | 0.28 | 302.24 | 0.78 | 0.41 |
| Hex | B8 | 17 | B2 | 0 | 58 | 3 | 1C | 12E | 4E | 29 |
| Octal | 270 | 27 | 262 | 0 | 130 | 3 | 34 | 456 | 116 | 51 |
| Binary | 10111000 | 10111 | 10110010 | 0 | 1011000 | 11 | 11100 | 100101110 | 1001110 | 101001 |
Color Harmonies of #B817B2
Complementary color
Monochromatic Colors of #B817B2
Black with #B817B2
Text Example
Text Example
White with #B817B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B817B2; }
p { color: rgb(184,23,178); }
H1.HeaderClassName
{
color: #B817B2;
}
.AnyTagClassName
{
color: #B817B2;
}
</style>
background-color css
<style>
a { background-color: #B817B2; }
a { background-color: rgb(184,23,178); }
div.DivClassName
{
background-color: #B817B2;
}
.BgClassName
{
background-color: #B817B2;
}
</style>
border-color css
<style>
span { border-color: #B817B2; }
span { border-color: rgb(184,23,178); }
td.TdClassName
{
border-color: #B817B2;
}
.TagClassName
{
border-color: #B817B2;
}
</style>