Shades of Deep Magenta #B917CB
Tints of Deep Magenta #B917CB
RGB
CMYK
RGB Variations
Color information
#B917CB (or 0xB917CB) is known color: Deep Magenta. HEX triplet: B9, 17 and CB. RGB value is (185,23,203). Sum of RGB (Red+Green+Blue) = 185+23+203=411 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.01% from 411); Green value is 23 (9.38% from 255 or 5.60% from 411); Blue value is 203 (79.69% from 255 or 49.39% from 411); Max value from RGB is 203 - color contains mainly: blue. Hex color #B917CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B917CB is #46E834. Grayscale: #5B5B5B. Windows color (decimal): -4646965 or 13309881. OLE color: 13309881.
HSL color Cylindrical-coordinate representation of color #B917CB: hue angle of 294º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B917CB is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 185 | 23 | 203 | - |
| CMYK | 0.09 | 0.89 | 0 | 0.20 |
| HSL | 294º | 0.8% | 0.44% | - |
| HSV(B) | 294º | 0.89% | 0.8% | - |
| XYZ | 31.09 | 15.24 | 57.8 | - |
| YUV | 91.96 | 190.67 | 194.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 23 | 203 | 0.09 | 0.89 | 0 | 0.20 | 294 | 0.8 | 0.44 |
| Hex | B9 | 17 | CB | 9 | 59 | 0 | 14 | 126 | 50 | 2C |
| Octal | 271 | 27 | 313 | 11 | 131 | 0 | 24 | 446 | 120 | 54 |
| Binary | 10111001 | 10111 | 11001011 | 1001 | 1011001 | 0 | 10100 | 100100110 | 1010000 | 101100 |
Color Harmonies of #B917CB
Complementary color
Monochromatic Colors of #B917CB
Black with #B917CB
Text Example
Text Example
White with #B917CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B917CB; }
p { color: rgb(185,23,203); }
H1.HeaderClassName
{
color: #B917CB;
}
.AnyTagClassName
{
color: #B917CB;
}
</style>
background-color css
<style>
a { background-color: #B917CB; }
a { background-color: rgb(185,23,203); }
div.DivClassName
{
background-color: #B917CB;
}
.BgClassName
{
background-color: #B917CB;
}
</style>
border-color css
<style>
span { border-color: #B917CB; }
span { border-color: rgb(185,23,203); }
td.TdClassName
{
border-color: #B917CB;
}
.TagClassName
{
border-color: #B917CB;
}
</style>