Shades of Deep Magenta #B113CF
Tints of Deep Magenta #B113CF
RGB
CMYK
RGB Variations
Color information
#B113CF (or 0xB113CF) is known color: Deep Magenta. HEX triplet: B1, 13 and CF. RGB value is (177,19,207). Sum of RGB (Red+Green+Blue) = 177+19+207=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 19 (7.81% from 255 or 4.71% from 403); Blue value is 207 (81.25% from 255 or 51.36% from 403); Max value from RGB is 207 - color contains mainly: blue. Hex color #B113CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B113CF is #4EEC30. Grayscale: #575757. Windows color (decimal): -5172273 or 13570993. OLE color: 13570993.
HSL color Cylindrical-coordinate representation of color #B113CF: hue angle of 290.43º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B113CF is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 19 | 207 | - |
| CMYK | 0.14 | 0.91 | 0 | 0.19 |
| HSL | 290.43º | 0.83% | 0.44% | - |
| HSV(B) | 290.43º | 0.91% | 0.81% | - |
| XYZ | 29.63 | 14.32 | 60.23 | - |
| YUV | 87.67 | 195.35 | 191.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 19 | 207 | 0.14 | 0.91 | 0 | 0.19 | 290.43 | 0.83 | 0.44 |
| Hex | B1 | 13 | CF | E | 5B | 0 | 13 | 122 | 53 | 2C |
| Octal | 261 | 23 | 317 | 16 | 133 | 0 | 23 | 442 | 123 | 54 |
| Binary | 10110001 | 10011 | 11001111 | 1110 | 1011011 | 0 | 10011 | 100100010 | 1010011 | 101100 |
Color Harmonies of #B113CF
Complementary color
Monochromatic Colors of #B113CF
Black with #B113CF
Text Example
Text Example
White with #B113CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B113CF; }
p { color: rgb(177,19,207); }
H1.HeaderClassName
{
color: #B113CF;
}
.AnyTagClassName
{
color: #B113CF;
}
</style>
background-color css
<style>
a { background-color: #B113CF; }
a { background-color: rgb(177,19,207); }
div.DivClassName
{
background-color: #B113CF;
}
.BgClassName
{
background-color: #B113CF;
}
</style>
border-color css
<style>
span { border-color: #B113CF; }
span { border-color: rgb(177,19,207); }
td.TdClassName
{
border-color: #B113CF;
}
.TagClassName
{
border-color: #B113CF;
}
</style>