Shades of Deep Magenta #B119C1
Tints of Deep Magenta #B119C1
RGB
CMYK
RGB Variations
Color information
#B119C1 (or 0xB119C1) is known color: Deep Magenta. HEX triplet: B1, 19 and C1. RGB value is (177,25,193). Sum of RGB (Red+Green+Blue) = 177+25+193=395 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.81% from 395); Green value is 25 (10.16% from 255 or 6.33% from 395); Blue value is 193 (75.78% from 255 or 48.86% from 395); Max value from RGB is 193 - color contains mainly: blue. Hex color #B119C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B119C1 is #4EE63E. Grayscale: #595959. Windows color (decimal): -5170751 or 12655025. OLE color: 12655025.
HSL color Cylindrical-coordinate representation of color #B119C1: hue angle of 294.29º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B119C1 is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 25 | 193 | - |
| CMYK | 0.08 | 0.87 | 0 | 0.24 |
| HSL | 294.29º | 0.77% | 0.43% | - |
| HSV(B) | 294.29º | 0.87% | 0.76% | - |
| XYZ | 28.1 | 13.89 | 51.65 | - |
| YUV | 89.6 | 186.36 | 190.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 25 | 193 | 0.08 | 0.87 | 0 | 0.24 | 294.29 | 0.77 | 0.43 |
| Hex | B1 | 19 | C1 | 8 | 57 | 0 | 18 | 126 | 4D | 2B |
| Octal | 261 | 31 | 301 | 10 | 127 | 0 | 30 | 446 | 115 | 53 |
| Binary | 10110001 | 11001 | 11000001 | 1000 | 1010111 | 0 | 11000 | 100100110 | 1001101 | 101011 |
Color Harmonies of #B119C1
Complementary color
Monochromatic Colors of #B119C1
Black with #B119C1
Text Example
Text Example
White with #B119C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B119C1; }
p { color: rgb(177,25,193); }
H1.HeaderClassName
{
color: #B119C1;
}
.AnyTagClassName
{
color: #B119C1;
}
</style>
background-color css
<style>
a { background-color: #B119C1; }
a { background-color: rgb(177,25,193); }
div.DivClassName
{
background-color: #B119C1;
}
.BgClassName
{
background-color: #B119C1;
}
</style>
border-color css
<style>
span { border-color: #B119C1; }
span { border-color: rgb(177,25,193); }
td.TdClassName
{
border-color: #B119C1;
}
.TagClassName
{
border-color: #B119C1;
}
</style>