Shades of Deep Magenta #B113CA
Tints of Deep Magenta #B113CA
RGB
CMYK
RGB Variations
Color information
#B113CA (or 0xB113CA) is known color: Deep Magenta. HEX triplet: B1, 13 and CA. RGB value is (177,19,202). Sum of RGB (Red+Green+Blue) = 177+19+202=398 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.47% from 398); Green value is 19 (7.81% from 255 or 4.77% from 398); Blue value is 202 (79.30% from 255 or 50.75% from 398); Max value from RGB is 202 - color contains mainly: blue. Hex color #B113CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B113CA is #4EEC35. Grayscale: #565656. Windows color (decimal): -5172278 or 13243313. OLE color: 13243313.
HSL color Cylindrical-coordinate representation of color #B113CA: hue angle of 291.8º degrees, saturation: 0.83, 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 #B113CA is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 177 | 19 | 202 | - |
| CMYK | 0.12 | 0.91 | 0 | 0.21 |
| HSL | 291.8º | 0.83% | 0.43% | - |
| HSV(B) | 291.8º | 0.91% | 0.79% | - |
| XYZ | 29.03 | 14.08 | 57.06 | - |
| YUV | 87.1 | 192.85 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 19 | 202 | 0.12 | 0.91 | 0 | 0.21 | 291.8 | 0.83 | 0.43 |
| Hex | B1 | 13 | CA | C | 5B | 0 | 15 | 124 | 53 | 2B |
| Octal | 261 | 23 | 312 | 14 | 133 | 0 | 25 | 444 | 123 | 53 |
| Binary | 10110001 | 10011 | 11001010 | 1100 | 1011011 | 0 | 10101 | 100100100 | 1010011 | 101011 |
Color Harmonies of #B113CA
Complementary color
Monochromatic Colors of #B113CA
Black with #B113CA
Text Example
Text Example
White with #B113CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B113CA; }
p { color: rgb(177,19,202); }
H1.HeaderClassName
{
color: #B113CA;
}
.AnyTagClassName
{
color: #B113CA;
}
</style>
background-color css
<style>
a { background-color: #B113CA; }
a { background-color: rgb(177,19,202); }
div.DivClassName
{
background-color: #B113CA;
}
.BgClassName
{
background-color: #B113CA;
}
</style>
border-color css
<style>
span { border-color: #B113CA; }
span { border-color: rgb(177,19,202); }
td.TdClassName
{
border-color: #B113CA;
}
.TagClassName
{
border-color: #B113CA;
}
</style>