Shades of Deep Magenta #B917CA
Tints of Deep Magenta #B917CA
RGB
CMYK
RGB Variations
Color information
#B917CA (or 0xB917CA) is known color: Deep Magenta. HEX triplet: B9, 17 and CA. RGB value is (185,23,202). Sum of RGB (Red+Green+Blue) = 185+23+202=410 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.12% from 410); Green value is 23 (9.38% from 255 or 5.61% from 410); Blue value is 202 (79.30% from 255 or 49.27% from 410); Max value from RGB is 202 - color contains mainly: blue. Hex color #B917CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B917CA is #46E835. Grayscale: #5B5B5B. Windows color (decimal): -4646966 or 13244345. OLE color: 13244345.
HSL color Cylindrical-coordinate representation of color #B917CA: hue angle of 294.3º degrees, saturation: 0.8, 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 #B917CA is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 185 | 23 | 202 | - |
| CMYK | 0.08 | 0.89 | 0 | 0.21 |
| HSL | 294.3º | 0.8% | 0.44% | - |
| HSV(B) | 294.3º | 0.89% | 0.79% | - |
| XYZ | 30.97 | 15.19 | 57.18 | - |
| YUV | 91.84 | 190.17 | 194.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 23 | 202 | 0.08 | 0.89 | 0 | 0.21 | 294.3 | 0.8 | 0.44 |
| Hex | B9 | 17 | CA | 8 | 59 | 0 | 15 | 126 | 50 | 2C |
| Octal | 271 | 27 | 312 | 10 | 131 | 0 | 25 | 446 | 120 | 54 |
| Binary | 10111001 | 10111 | 11001010 | 1000 | 1011001 | 0 | 10101 | 100100110 | 1010000 | 101100 |
Color Harmonies of #B917CA
Complementary color
Monochromatic Colors of #B917CA
Black with #B917CA
Text Example
Text Example
White with #B917CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B917CA; }
p { color: rgb(185,23,202); }
H1.HeaderClassName
{
color: #B917CA;
}
.AnyTagClassName
{
color: #B917CA;
}
</style>
background-color css
<style>
a { background-color: #B917CA; }
a { background-color: rgb(185,23,202); }
div.DivClassName
{
background-color: #B917CA;
}
.BgClassName
{
background-color: #B917CA;
}
</style>
border-color css
<style>
span { border-color: #B917CA; }
span { border-color: rgb(185,23,202); }
td.TdClassName
{
border-color: #B917CA;
}
.TagClassName
{
border-color: #B917CA;
}
</style>