Shades of Deep Magenta #B114CB
Tints of Deep Magenta #B114CB
RGB
CMYK
RGB Variations
Color information
#B114CB (or 0xB114CB) is known color: Deep Magenta. HEX triplet: B1, 14 and CB. RGB value is (177,20,203). Sum of RGB (Red+Green+Blue) = 177+20+203=400 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.25% from 400); Green value is 20 (8.20% from 255 or 5% from 400); Blue value is 203 (79.69% from 255 or 50.75% from 400); Max value from RGB is 203 - color contains mainly: blue. Hex color #B114CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B114CB is #4EEB34. Grayscale: #575757. Windows color (decimal): -5172021 or 13309105. OLE color: 13309105.
HSL color Cylindrical-coordinate representation of color #B114CB: hue angle of 291.48º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B114CB is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 20 | 203 | - |
| CMYK | 0.13 | 0.90 | 0 | 0.20 |
| HSL | 291.48º | 0.82% | 0.44% | - |
| HSV(B) | 291.48º | 0.9% | 0.8% | - |
| XYZ | 29.16 | 14.16 | 57.7 | - |
| YUV | 87.81 | 193.01 | 191.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 20 | 203 | 0.13 | 0.90 | 0 | 0.20 | 291.48 | 0.82 | 0.44 |
| Hex | B1 | 14 | CB | D | 5A | 0 | 14 | 123 | 52 | 2C |
| Octal | 261 | 24 | 313 | 15 | 132 | 0 | 24 | 443 | 122 | 54 |
| Binary | 10110001 | 10100 | 11001011 | 1101 | 1011010 | 0 | 10100 | 100100011 | 1010010 | 101100 |
Color Harmonies of #B114CB
Complementary color
Monochromatic Colors of #B114CB
Black with #B114CB
Text Example
Text Example
White with #B114CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B114CB; }
p { color: rgb(177,20,203); }
H1.HeaderClassName
{
color: #B114CB;
}
.AnyTagClassName
{
color: #B114CB;
}
</style>
background-color css
<style>
a { background-color: #B114CB; }
a { background-color: rgb(177,20,203); }
div.DivClassName
{
background-color: #B114CB;
}
.BgClassName
{
background-color: #B114CB;
}
</style>
border-color css
<style>
span { border-color: #B114CB; }
span { border-color: rgb(177,20,203); }
td.TdClassName
{
border-color: #B114CB;
}
.TagClassName
{
border-color: #B114CB;
}
</style>