Shades of Deep Magenta #B915CF
Tints of Deep Magenta #B915CF
RGB
CMYK
RGB Variations
Color information
#B915CF (or 0xB915CF) is known color: Deep Magenta. HEX triplet: B9, 15 and CF. RGB value is (185,21,207). Sum of RGB (Red+Green+Blue) = 185+21+207=413 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.79% from 413); Green value is 21 (8.59% from 255 or 5.08% from 413); Blue value is 207 (81.25% from 255 or 50.12% from 413); Max value from RGB is 207 - color contains mainly: blue. Hex color #B915CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B915CF is #46EA30. Grayscale: #5A5A5A. Windows color (decimal): -4647473 or 13571513. OLE color: 13571513.
HSL color Cylindrical-coordinate representation of color #B915CF: hue angle of 292.9º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B915CF is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 21 | 207 | - |
| CMYK | 0.11 | 0.90 | 0 | 0.19 |
| HSL | 292.9º | 0.82% | 0.45% | - |
| HSV(B) | 292.9º | 0.9% | 0.81% | - |
| XYZ | 31.54 | 15.36 | 60.33 | - |
| YUV | 91.24 | 193.33 | 194.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 21 | 207 | 0.11 | 0.90 | 0 | 0.19 | 292.9 | 0.82 | 0.45 |
| Hex | B9 | 15 | CF | B | 5A | 0 | 13 | 125 | 52 | 2D |
| Octal | 271 | 25 | 317 | 13 | 132 | 0 | 23 | 445 | 122 | 55 |
| Binary | 10111001 | 10101 | 11001111 | 1011 | 1011010 | 0 | 10011 | 100100101 | 1010010 | 101101 |
Color Harmonies of #B915CF
Complementary color
Monochromatic Colors of #B915CF
Black with #B915CF
Text Example
Text Example
White with #B915CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B915CF; }
p { color: rgb(185,21,207); }
H1.HeaderClassName
{
color: #B915CF;
}
.AnyTagClassName
{
color: #B915CF;
}
</style>
background-color css
<style>
a { background-color: #B915CF; }
a { background-color: rgb(185,21,207); }
div.DivClassName
{
background-color: #B915CF;
}
.BgClassName
{
background-color: #B915CF;
}
</style>
border-color css
<style>
span { border-color: #B915CF; }
span { border-color: rgb(185,21,207); }
td.TdClassName
{
border-color: #B915CF;
}
.TagClassName
{
border-color: #B915CF;
}
</style>