Shades of Deep Magenta #B910B0
Tints of Deep Magenta #B910B0
RGB
CMYK
RGB Variations
Color information
#B910B0 (or 0xB910B0) is known color: Deep Magenta. HEX triplet: B9, 10 and B0. RGB value is (185,16,176). Sum of RGB (Red+Green+Blue) = 185+16+176=377 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.07% from 377); Green value is 16 (6.64% from 255 or 4.24% from 377); Blue value is 176 (69.14% from 255 or 46.68% from 377); Max value from RGB is 185 - color contains mainly: red. Hex color #B910B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B910B0 is #46EF4F. Grayscale: #545454. Windows color (decimal): -4648784 or 11538617. OLE color: 11538617.
HSL color Cylindrical-coordinate representation of color #B910B0: hue angle of 303.2º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B910B0 is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 16 | 176 | - |
| CMYK | 0 | 0.91 | 0.05 | 0.27 |
| HSL | 303.2º | 0.84% | 0.39% | - |
| HSV(B) | 303.2º | 0.91% | 0.73% | - |
| XYZ | 28.03 | 13.82 | 42.26 | - |
| YUV | 84.77 | 179.49 | 199.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 16 | 176 | 0 | 0.91 | 0.05 | 0.27 | 303.2 | 0.84 | 0.39 |
| Hex | B9 | 10 | B0 | 0 | 5B | 5 | 1B | 12F | 54 | 27 |
| Octal | 271 | 20 | 260 | 0 | 133 | 5 | 33 | 457 | 124 | 47 |
| Binary | 10111001 | 10000 | 10110000 | 0 | 1011011 | 101 | 11011 | 100101111 | 1010100 | 100111 |
Color Harmonies of #B910B0
Complementary color
Monochromatic Colors of #B910B0
Black with #B910B0
Text Example
Text Example
White with #B910B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B910B0; }
p { color: rgb(185,16,176); }
H1.HeaderClassName
{
color: #B910B0;
}
.AnyTagClassName
{
color: #B910B0;
}
</style>
background-color css
<style>
a { background-color: #B910B0; }
a { background-color: rgb(185,16,176); }
div.DivClassName
{
background-color: #B910B0;
}
.BgClassName
{
background-color: #B910B0;
}
</style>
border-color css
<style>
span { border-color: #B910B0; }
span { border-color: rgb(185,16,176); }
td.TdClassName
{
border-color: #B910B0;
}
.TagClassName
{
border-color: #B910B0;
}
</style>