Shades of Deep Magenta #B915C1
Tints of Deep Magenta #B915C1
RGB
CMYK
RGB Variations
Color information
#B915C1 (or 0xB915C1) is known color: Deep Magenta. HEX triplet: B9, 15 and C1. RGB value is (185,21,193). Sum of RGB (Red+Green+Blue) = 185+21+193=399 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.37% from 399); Green value is 21 (8.59% from 255 or 5.26% from 399); Blue value is 193 (75.78% from 255 or 48.37% from 399); Max value from RGB is 193 - color contains mainly: blue. Hex color #B915C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B915C1 is #46EA3E. Grayscale: #595959. Windows color (decimal): -4647487 or 12654009. OLE color: 12654009.
HSL color Cylindrical-coordinate representation of color #B915C1: hue angle of 297.21º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B915C1 is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 21 | 193 | - |
| CMYK | 0.04 | 0.89 | 0 | 0.24 |
| HSL | 297.21º | 0.8% | 0.42% | - |
| HSV(B) | 297.21º | 0.89% | 0.76% | - |
| XYZ | 29.9 | 14.7 | 51.71 | - |
| YUV | 89.64 | 186.33 | 196.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 21 | 193 | 0.04 | 0.89 | 0 | 0.24 | 297.21 | 0.8 | 0.42 |
| Hex | B9 | 15 | C1 | 4 | 59 | 0 | 18 | 129 | 50 | 2A |
| Octal | 271 | 25 | 301 | 4 | 131 | 0 | 30 | 451 | 120 | 52 |
| Binary | 10111001 | 10101 | 11000001 | 100 | 1011001 | 0 | 11000 | 100101001 | 1010000 | 101010 |
Color Harmonies of #B915C1
Complementary color
Monochromatic Colors of #B915C1
Black with #B915C1
Text Example
Text Example
White with #B915C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B915C1; }
p { color: rgb(185,21,193); }
H1.HeaderClassName
{
color: #B915C1;
}
.AnyTagClassName
{
color: #B915C1;
}
</style>
background-color css
<style>
a { background-color: #B915C1; }
a { background-color: rgb(185,21,193); }
div.DivClassName
{
background-color: #B915C1;
}
.BgClassName
{
background-color: #B915C1;
}
</style>
border-color css
<style>
span { border-color: #B915C1; }
span { border-color: rgb(185,21,193); }
td.TdClassName
{
border-color: #B915C1;
}
.TagClassName
{
border-color: #B915C1;
}
</style>