Shades of Deep Magenta #B10FC9
Tints of Deep Magenta #B10FC9
RGB
CMYK
RGB Variations
Color information
#B10FC9 (or 0xB10FC9) is known color: Deep Magenta. HEX triplet: B1, 0F and C9. RGB value is (177,15,201). Sum of RGB (Red+Green+Blue) = 177+15+201=393 (52% of max value = 765). Red value is 177 (69.53% from 255 or 45.04% from 393); Green value is 15 (6.25% from 255 or 3.82% from 393); Blue value is 201 (78.91% from 255 or 51.15% from 393); Max value from RGB is 201 - color contains mainly: blue. Hex color #B10FC9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10FC9 is #4EF036. Grayscale: #545454. Windows color (decimal): -5173303 or 13176753. OLE color: 13176753.
HSL color Cylindrical-coordinate representation of color #B10FC9: hue angle of 292.26º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B10FC9 is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 177 | 15 | 201 | - |
| CMYK | 0.12 | 0.93 | 0 | 0.21 |
| HSL | 292.26º | 0.86% | 0.42% | - |
| HSV(B) | 292.26º | 0.93% | 0.79% | - |
| XYZ | 28.84 | 13.91 | 56.42 | - |
| YUV | 84.64 | 193.67 | 193.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 15 | 201 | 0.12 | 0.93 | 0 | 0.21 | 292.26 | 0.86 | 0.42 |
| Hex | B1 | F | C9 | C | 5D | 0 | 15 | 124 | 56 | 2A |
| Octal | 261 | 17 | 311 | 14 | 135 | 0 | 25 | 444 | 126 | 52 |
| Binary | 10110001 | 1111 | 11001001 | 1100 | 1011101 | 0 | 10101 | 100100100 | 1010110 | 101010 |
Color Harmonies of #B10FC9
Complementary color
Monochromatic Colors of #B10FC9
Black with #B10FC9
Text Example
Text Example
White with #B10FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10FC9; }
p { color: rgb(177,15,201); }
H1.HeaderClassName
{
color: #B10FC9;
}
.AnyTagClassName
{
color: #B10FC9;
}
</style>
background-color css
<style>
a { background-color: #B10FC9; }
a { background-color: rgb(177,15,201); }
div.DivClassName
{
background-color: #B10FC9;
}
.BgClassName
{
background-color: #B10FC9;
}
</style>
border-color css
<style>
span { border-color: #B10FC9; }
span { border-color: rgb(177,15,201); }
td.TdClassName
{
border-color: #B10FC9;
}
.TagClassName
{
border-color: #B10FC9;
}
</style>