Shades of Deep Magenta #B10CB8
Tints of Deep Magenta #B10CB8
RGB
CMYK
RGB Variations
Color information
#B10CB8 (or 0xB10CB8) is known color: Deep Magenta. HEX triplet: B1, 0C and B8. RGB value is (177,12,184). Sum of RGB (Red+Green+Blue) = 177+12+184=373 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.45% from 373); Green value is 12 (5.08% from 255 or 3.22% from 373); Blue value is 184 (72.27% from 255 or 49.33% from 373); Max value from RGB is 184 - color contains mainly: blue. Hex color #B10CB8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10CB8 is #4EF347. Grayscale: #505050. Windows color (decimal): -5174088 or 12061873. OLE color: 12061873.
HSL color Cylindrical-coordinate representation of color #B10CB8: hue angle of 297.56º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B10CB8 is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 177 | 12 | 184 | - |
| CMYK | 0.04 | 0.93 | 0 | 0.28 |
| HSL | 297.56º | 0.88% | 0.38% | - |
| HSV(B) | 297.56º | 0.93% | 0.72% | - |
| XYZ | 26.91 | 13.07 | 46.45 | - |
| YUV | 80.94 | 186.16 | 196.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 12 | 184 | 0.04 | 0.93 | 0 | 0.28 | 297.56 | 0.88 | 0.38 |
| Hex | B1 | C | B8 | 4 | 5D | 0 | 1C | 12A | 58 | 26 |
| Octal | 261 | 14 | 270 | 4 | 135 | 0 | 34 | 452 | 130 | 46 |
| Binary | 10110001 | 1100 | 10111000 | 100 | 1011101 | 0 | 11100 | 100101010 | 1011000 | 100110 |
Color Harmonies of #B10CB8
Complementary color
Monochromatic Colors of #B10CB8
Black with #B10CB8
Text Example
Text Example
White with #B10CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10CB8; }
p { color: rgb(177,12,184); }
H1.HeaderClassName
{
color: #B10CB8;
}
.AnyTagClassName
{
color: #B10CB8;
}
</style>
background-color css
<style>
a { background-color: #B10CB8; }
a { background-color: rgb(177,12,184); }
div.DivClassName
{
background-color: #B10CB8;
}
.BgClassName
{
background-color: #B10CB8;
}
</style>
border-color css
<style>
span { border-color: #B10CB8; }
span { border-color: rgb(177,12,184); }
td.TdClassName
{
border-color: #B10CB8;
}
.TagClassName
{
border-color: #B10CB8;
}
</style>