Shades of Deep Magenta #B10CB2
Tints of Deep Magenta #B10CB2
RGB
CMYK
RGB Variations
Color information
#B10CB2 (or 0xB10CB2) is known color: Deep Magenta. HEX triplet: B1, 0C and B2. RGB value is (177,12,178). Sum of RGB (Red+Green+Blue) = 177+12+178=367 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.23% from 367); Green value is 12 (5.08% from 255 or 3.27% from 367); Blue value is 178 (69.92% from 255 or 48.50% from 367); Max value from RGB is 178 - color contains mainly: blue. Hex color #B10CB2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10CB2 is #4EF34D. Grayscale: #4F4F4F. Windows color (decimal): -5174094 or 11668657. OLE color: 11668657.
HSL color Cylindrical-coordinate representation of color #B10CB2: hue angle of 299.64º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B10CB2 is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 177 | 12 | 178 | - |
| CMYK | 0.01 | 0.93 | 0 | 0.30 |
| HSL | 299.64º | 0.87% | 0.37% | - |
| HSV(B) | 299.64º | 0.93% | 0.7% | - |
| XYZ | 26.3 | 12.82 | 43.21 | - |
| YUV | 80.26 | 183.16 | 197 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 12 | 178 | 0.01 | 0.93 | 0 | 0.30 | 299.64 | 0.87 | 0.37 |
| Hex | B1 | C | B2 | 1 | 5D | 0 | 1E | 12C | 57 | 25 |
| Octal | 261 | 14 | 262 | 1 | 135 | 0 | 36 | 454 | 127 | 45 |
| Binary | 10110001 | 1100 | 10110010 | 1 | 1011101 | 0 | 11110 | 100101100 | 1010111 | 100101 |
Color Harmonies of #B10CB2
Complementary color
Monochromatic Colors of #B10CB2
Black with #B10CB2
Text Example
Text Example
White with #B10CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10CB2; }
p { color: rgb(177,12,178); }
H1.HeaderClassName
{
color: #B10CB2;
}
.AnyTagClassName
{
color: #B10CB2;
}
</style>
background-color css
<style>
a { background-color: #B10CB2; }
a { background-color: rgb(177,12,178); }
div.DivClassName
{
background-color: #B10CB2;
}
.BgClassName
{
background-color: #B10CB2;
}
</style>
border-color css
<style>
span { border-color: #B10CB2; }
span { border-color: rgb(177,12,178); }
td.TdClassName
{
border-color: #B10CB2;
}
.TagClassName
{
border-color: #B10CB2;
}
</style>