Shades of Deep Magenta #B112CA
Tints of Deep Magenta #B112CA
RGB
CMYK
RGB Variations
Color information
#B112CA (or 0xB112CA) is known color: Deep Magenta. HEX triplet: B1, 12 and CA. RGB value is (177,18,202). Sum of RGB (Red+Green+Blue) = 177+18+202=397 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.58% from 397); Green value is 18 (7.42% from 255 or 4.53% from 397); Blue value is 202 (79.30% from 255 or 50.88% from 397); Max value from RGB is 202 - color contains mainly: blue. Hex color #B112CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B112CA is #4EED35. Grayscale: #555555. Windows color (decimal): -5172534 or 13243057. OLE color: 13243057.
HSL color Cylindrical-coordinate representation of color #B112CA: hue angle of 291.85º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B112CA is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 177 | 18 | 202 | - |
| CMYK | 0.12 | 0.91 | 0 | 0.21 |
| HSL | 291.85º | 0.84% | 0.43% | - |
| HSV(B) | 291.85º | 0.91% | 0.79% | - |
| XYZ | 29.01 | 14.04 | 57.06 | - |
| YUV | 86.52 | 193.18 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 18 | 202 | 0.12 | 0.91 | 0 | 0.21 | 291.85 | 0.84 | 0.43 |
| Hex | B1 | 12 | CA | C | 5B | 0 | 15 | 124 | 54 | 2B |
| Octal | 261 | 22 | 312 | 14 | 133 | 0 | 25 | 444 | 124 | 53 |
| Binary | 10110001 | 10010 | 11001010 | 1100 | 1011011 | 0 | 10101 | 100100100 | 1010100 | 101011 |
Color Harmonies of #B112CA
Complementary color
Monochromatic Colors of #B112CA
Black with #B112CA
Text Example
Text Example
White with #B112CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B112CA; }
p { color: rgb(177,18,202); }
H1.HeaderClassName
{
color: #B112CA;
}
.AnyTagClassName
{
color: #B112CA;
}
</style>
background-color css
<style>
a { background-color: #B112CA; }
a { background-color: rgb(177,18,202); }
div.DivClassName
{
background-color: #B112CA;
}
.BgClassName
{
background-color: #B112CA;
}
</style>
border-color css
<style>
span { border-color: #B112CA; }
span { border-color: rgb(177,18,202); }
td.TdClassName
{
border-color: #B112CA;
}
.TagClassName
{
border-color: #B112CA;
}
</style>