Shades of Deep Magenta #B917C9
Tints of Deep Magenta #B917C9
RGB
CMYK
RGB Variations
Color information
#B917C9 (or 0xB917C9) is known color: Deep Magenta. HEX triplet: B9, 17 and C9. RGB value is (185,23,201). Sum of RGB (Red+Green+Blue) = 185+23+201=409 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.23% from 409); Green value is 23 (9.38% from 255 or 5.62% from 409); Blue value is 201 (78.91% from 255 or 49.14% from 409); Max value from RGB is 201 - color contains mainly: blue. Hex color #B917C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B917C9 is #46E836. Grayscale: #5B5B5B. Windows color (decimal): -4646967 or 13178809. OLE color: 13178809.
HSL color Cylindrical-coordinate representation of color #B917C9: hue angle of 294.61º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B917C9 is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 185 | 23 | 201 | - |
| CMYK | 0.08 | 0.89 | 0 | 0.21 |
| HSL | 294.61º | 0.79% | 0.44% | - |
| HSV(B) | 294.61º | 0.89% | 0.79% | - |
| XYZ | 30.86 | 15.14 | 56.56 | - |
| YUV | 91.73 | 189.67 | 194.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 23 | 201 | 0.08 | 0.89 | 0 | 0.21 | 294.61 | 0.79 | 0.44 |
| Hex | B9 | 17 | C9 | 8 | 59 | 0 | 15 | 127 | 4F | 2C |
| Octal | 271 | 27 | 311 | 10 | 131 | 0 | 25 | 447 | 117 | 54 |
| Binary | 10111001 | 10111 | 11001001 | 1000 | 1011001 | 0 | 10101 | 100100111 | 1001111 | 101100 |
Color Harmonies of #B917C9
Complementary color
Monochromatic Colors of #B917C9
Black with #B917C9
Text Example
Text Example
White with #B917C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B917C9; }
p { color: rgb(185,23,201); }
H1.HeaderClassName
{
color: #B917C9;
}
.AnyTagClassName
{
color: #B917C9;
}
</style>
background-color css
<style>
a { background-color: #B917C9; }
a { background-color: rgb(185,23,201); }
div.DivClassName
{
background-color: #B917C9;
}
.BgClassName
{
background-color: #B917C9;
}
</style>
border-color css
<style>
span { border-color: #B917C9; }
span { border-color: rgb(185,23,201); }
td.TdClassName
{
border-color: #B917C9;
}
.TagClassName
{
border-color: #B917C9;
}
</style>