Shades of Deep Magenta #B114C1
Tints of Deep Magenta #B114C1
RGB
CMYK
RGB Variations
Color information
#B114C1 (or 0xB114C1) is known color: Deep Magenta. HEX triplet: B1, 14 and C1. RGB value is (177,20,193). Sum of RGB (Red+Green+Blue) = 177+20+193=390 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.38% from 390); Green value is 20 (8.20% from 255 or 5.13% from 390); Blue value is 193 (75.78% from 255 or 49.49% from 390); Max value from RGB is 193 - color contains mainly: blue. Hex color #B114C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B114C1 is #4EEB3E. Grayscale: #565656. Windows color (decimal): -5172031 or 12653745. OLE color: 12653745.
HSL color Cylindrical-coordinate representation of color #B114C1: hue angle of 294.45º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B114C1 is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 20 | 193 | - |
| CMYK | 0.08 | 0.90 | 0 | 0.24 |
| HSL | 294.45º | 0.81% | 0.42% | - |
| HSV(B) | 294.45º | 0.9% | 0.76% | - |
| XYZ | 28.01 | 13.7 | 51.62 | - |
| YUV | 86.67 | 188.01 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 20 | 193 | 0.08 | 0.90 | 0 | 0.24 | 294.45 | 0.81 | 0.42 |
| Hex | B1 | 14 | C1 | 8 | 5A | 0 | 18 | 126 | 51 | 2A |
| Octal | 261 | 24 | 301 | 10 | 132 | 0 | 30 | 446 | 121 | 52 |
| Binary | 10110001 | 10100 | 11000001 | 1000 | 1011010 | 0 | 11000 | 100100110 | 1010001 | 101010 |
Color Harmonies of #B114C1
Complementary color
Monochromatic Colors of #B114C1
Black with #B114C1
Text Example
Text Example
White with #B114C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B114C1; }
p { color: rgb(177,20,193); }
H1.HeaderClassName
{
color: #B114C1;
}
.AnyTagClassName
{
color: #B114C1;
}
</style>
background-color css
<style>
a { background-color: #B114C1; }
a { background-color: rgb(177,20,193); }
div.DivClassName
{
background-color: #B114C1;
}
.BgClassName
{
background-color: #B114C1;
}
</style>
border-color css
<style>
span { border-color: #B114C1; }
span { border-color: rgb(177,20,193); }
td.TdClassName
{
border-color: #B114C1;
}
.TagClassName
{
border-color: #B114C1;
}
</style>