Shades of Deep Magenta #B917BD
Tints of Deep Magenta #B917BD
RGB
CMYK
RGB Variations
Color information
#B917BD (or 0xB917BD) is known color: Deep Magenta. HEX triplet: B9, 17 and BD. RGB value is (185,23,189). Sum of RGB (Red+Green+Blue) = 185+23+189=397 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.60% from 397); Green value is 23 (9.38% from 255 or 5.79% from 397); Blue value is 189 (74.22% from 255 or 47.61% from 397); Max value from RGB is 189 - color contains mainly: blue. Hex color #B917BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B917BD is #46E842. Grayscale: #595959. Windows color (decimal): -4646979 or 12392377. OLE color: 12392377.
HSL color Cylindrical-coordinate representation of color #B917BD: hue angle of 298.55º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B917BD is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 23 | 189 | - |
| CMYK | 0.02 | 0.88 | 0 | 0.26 |
| HSL | 298.55º | 0.78% | 0.42% | - |
| HSV(B) | 298.55º | 0.88% | 0.74% | - |
| XYZ | 29.5 | 14.6 | 49.41 | - |
| YUV | 90.36 | 183.67 | 195.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 23 | 189 | 0.02 | 0.88 | 0 | 0.26 | 298.55 | 0.78 | 0.42 |
| Hex | B9 | 17 | BD | 2 | 58 | 0 | 1A | 12B | 4E | 2A |
| Octal | 271 | 27 | 275 | 2 | 130 | 0 | 32 | 453 | 116 | 52 |
| Binary | 10111001 | 10111 | 10111101 | 10 | 1011000 | 0 | 11010 | 100101011 | 1001110 | 101010 |
Color Harmonies of #B917BD
Complementary color
Monochromatic Colors of #B917BD
Black with #B917BD
Text Example
Text Example
White with #B917BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B917BD; }
p { color: rgb(185,23,189); }
H1.HeaderClassName
{
color: #B917BD;
}
.AnyTagClassName
{
color: #B917BD;
}
</style>
background-color css
<style>
a { background-color: #B917BD; }
a { background-color: rgb(185,23,189); }
div.DivClassName
{
background-color: #B917BD;
}
.BgClassName
{
background-color: #B917BD;
}
</style>
border-color css
<style>
span { border-color: #B917BD; }
span { border-color: rgb(185,23,189); }
td.TdClassName
{
border-color: #B917BD;
}
.TagClassName
{
border-color: #B917BD;
}
</style>