Shades of Deep Magenta #B113CC
Tints of Deep Magenta #B113CC
RGB
CMYK
RGB Variations
Color information
#B113CC (or 0xB113CC) is known color: Deep Magenta. HEX triplet: B1, 13 and CC. RGB value is (177,19,204). Sum of RGB (Red+Green+Blue) = 177+19+204=400 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.25% from 400); Green value is 19 (7.81% from 255 or 4.75% from 400); Blue value is 204 (80.08% from 255 or 51% from 400); Max value from RGB is 204 - color contains mainly: blue. Hex color #B113CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B113CC is #4EEC33. Grayscale: #565656. Windows color (decimal): -5172276 or 13374385. OLE color: 13374385.
HSL color Cylindrical-coordinate representation of color #B113CC: hue angle of 291.24º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B113CC is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 177 | 19 | 204 | - |
| CMYK | 0.13 | 0.91 | 0 | 0.2 |
| HSL | 291.24º | 0.83% | 0.44% | - |
| HSV(B) | 291.24º | 0.91% | 0.8% | - |
| XYZ | 29.26 | 14.17 | 58.32 | - |
| YUV | 87.33 | 193.85 | 191.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 19 | 204 | 0.13 | 0.91 | 0 | 0.2 | 291.24 | 0.83 | 0.44 |
| Hex | B1 | 13 | CC | D | 5B | 0 | 14 | 123 | 53 | 2C |
| Octal | 261 | 23 | 314 | 15 | 133 | 0 | 24 | 443 | 123 | 54 |
| Binary | 10110001 | 10011 | 11001100 | 1101 | 1011011 | 0 | 10100 | 100100011 | 1010011 | 101100 |
Color Harmonies of #B113CC
Complementary color
Monochromatic Colors of #B113CC
Black with #B113CC
Text Example
Text Example
White with #B113CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B113CC; }
p { color: rgb(177,19,204); }
H1.HeaderClassName
{
color: #B113CC;
}
.AnyTagClassName
{
color: #B113CC;
}
</style>
background-color css
<style>
a { background-color: #B113CC; }
a { background-color: rgb(177,19,204); }
div.DivClassName
{
background-color: #B113CC;
}
.BgClassName
{
background-color: #B113CC;
}
</style>
border-color css
<style>
span { border-color: #B113CC; }
span { border-color: rgb(177,19,204); }
td.TdClassName
{
border-color: #B113CC;
}
.TagClassName
{
border-color: #B113CC;
}
</style>