Shades of Deep Magenta #B910BC
Tints of Deep Magenta #B910BC
RGB
CMYK
RGB Variations
Color information
#B910BC (or 0xB910BC) is known color: Deep Magenta. HEX triplet: B9, 10 and BC. RGB value is (185,16,188). Sum of RGB (Red+Green+Blue) = 185+16+188=389 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.56% from 389); Green value is 16 (6.64% from 255 or 4.11% from 389); Blue value is 188 (73.83% from 255 or 48.33% from 389); Max value from RGB is 188 - color contains mainly: blue. Hex color #B910BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B910BC is #46EF43. Grayscale: #555555. Windows color (decimal): -4648772 or 12325049. OLE color: 12325049.
HSL color Cylindrical-coordinate representation of color #B910BC: hue angle of 298.95º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B910BC is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 16 | 188 | - |
| CMYK | 0.02 | 0.91 | 0 | 0.26 |
| HSL | 298.95º | 0.84% | 0.4% | - |
| HSV(B) | 298.95º | 0.91% | 0.74% | - |
| XYZ | 29.27 | 14.32 | 48.8 | - |
| YUV | 86.14 | 185.49 | 198.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 16 | 188 | 0.02 | 0.91 | 0 | 0.26 | 298.95 | 0.84 | 0.4 |
| Hex | B9 | 10 | BC | 2 | 5B | 0 | 1A | 12B | 54 | 28 |
| Octal | 271 | 20 | 274 | 2 | 133 | 0 | 32 | 453 | 124 | 50 |
| Binary | 10111001 | 10000 | 10111100 | 10 | 1011011 | 0 | 11010 | 100101011 | 1010100 | 101000 |
Color Harmonies of #B910BC
Complementary color
Monochromatic Colors of #B910BC
Black with #B910BC
Text Example
Text Example
White with #B910BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B910BC; }
p { color: rgb(185,16,188); }
H1.HeaderClassName
{
color: #B910BC;
}
.AnyTagClassName
{
color: #B910BC;
}
</style>
background-color css
<style>
a { background-color: #B910BC; }
a { background-color: rgb(185,16,188); }
div.DivClassName
{
background-color: #B910BC;
}
.BgClassName
{
background-color: #B910BC;
}
</style>
border-color css
<style>
span { border-color: #B910BC; }
span { border-color: rgb(185,16,188); }
td.TdClassName
{
border-color: #B910BC;
}
.TagClassName
{
border-color: #B910BC;
}
</style>