Shades of Deep Magenta #B917B0
Tints of Deep Magenta #B917B0
RGB
CMYK
RGB Variations
Color information
#B917B0 (or 0xB917B0) is known color: Deep Magenta. HEX triplet: B9, 17 and B0. RGB value is (185,23,176). Sum of RGB (Red+Green+Blue) = 185+23+176=384 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.18% from 384); Green value is 23 (9.38% from 255 or 5.99% from 384); Blue value is 176 (69.14% from 255 or 45.83% from 384); Max value from RGB is 185 - color contains mainly: red. Hex color #B917B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B917B0 is #46E84F. Grayscale: #585858. Windows color (decimal): -4646992 or 11540409. OLE color: 11540409.
HSL color Cylindrical-coordinate representation of color #B917B0: hue angle of 303.33º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B917B0 is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 23 | 176 | - |
| CMYK | 0 | 0.88 | 0.05 | 0.27 |
| HSL | 303.33º | 0.78% | 0.41% | - |
| HSV(B) | 303.33º | 0.88% | 0.73% | - |
| XYZ | 28.15 | 14.06 | 42.3 | - |
| YUV | 88.88 | 177.17 | 196.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 23 | 176 | 0 | 0.88 | 0.05 | 0.27 | 303.33 | 0.78 | 0.41 |
| Hex | B9 | 17 | B0 | 0 | 58 | 5 | 1B | 12F | 4E | 29 |
| Octal | 271 | 27 | 260 | 0 | 130 | 5 | 33 | 457 | 116 | 51 |
| Binary | 10111001 | 10111 | 10110000 | 0 | 1011000 | 101 | 11011 | 100101111 | 1001110 | 101001 |
Color Harmonies of #B917B0
Complementary color
Monochromatic Colors of #B917B0
Black with #B917B0
Text Example
Text Example
White with #B917B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B917B0; }
p { color: rgb(185,23,176); }
H1.HeaderClassName
{
color: #B917B0;
}
.AnyTagClassName
{
color: #B917B0;
}
</style>
background-color css
<style>
a { background-color: #B917B0; }
a { background-color: rgb(185,23,176); }
div.DivClassName
{
background-color: #B917B0;
}
.BgClassName
{
background-color: #B917B0;
}
</style>
border-color css
<style>
span { border-color: #B917B0; }
span { border-color: rgb(185,23,176); }
td.TdClassName
{
border-color: #B917B0;
}
.TagClassName
{
border-color: #B917B0;
}
</style>