Shades of Deep Magenta #B103C1
Tints of Deep Magenta #B103C1
RGB
CMYK
RGB Variations
Color information
#B103C1 (or 0xB103C1) is known color: Deep Magenta. HEX triplet: B1, 03 and C1. RGB value is (177,3,193). Sum of RGB (Red+Green+Blue) = 177+3+193=373 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.45% from 373); Green value is 3 (1.56% from 255 or 0.80% from 373); Blue value is 193 (75.78% from 255 or 51.74% from 373); Max value from RGB is 193 - color contains mainly: blue. Hex color #B103C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B103C1 is #4EFC3E. Grayscale: #4C4C4C. Windows color (decimal): -5176383 or 12649393. OLE color: 12649393.
HSL color Cylindrical-coordinate representation of color #B103C1: hue angle of 294.95º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B103C1 is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 3 | 193 | - |
| CMYK | 0.08 | 0.98 | 0 | 0.24 |
| HSL | 294.95º | 0.97% | 0.38% | - |
| HSV(B) | 294.95º | 0.98% | 0.76% | - |
| XYZ | 27.79 | 13.26 | 51.55 | - |
| YUV | 76.69 | 193.65 | 199.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 3 | 193 | 0.08 | 0.98 | 0 | 0.24 | 294.95 | 0.97 | 0.38 |
| Hex | B1 | 3 | C1 | 8 | 62 | 0 | 18 | 127 | 61 | 26 |
| Octal | 261 | 3 | 301 | 10 | 142 | 0 | 30 | 447 | 141 | 46 |
| Binary | 10110001 | 11 | 11000001 | 1000 | 1100010 | 0 | 11000 | 100100111 | 1100001 | 100110 |
Color Harmonies of #B103C1
Complementary color
Monochromatic Colors of #B103C1
Black with #B103C1
Text Example
Text Example
White with #B103C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B103C1; }
p { color: rgb(177,3,193); }
H1.HeaderClassName
{
color: #B103C1;
}
.AnyTagClassName
{
color: #B103C1;
}
</style>
background-color css
<style>
a { background-color: #B103C1; }
a { background-color: rgb(177,3,193); }
div.DivClassName
{
background-color: #B103C1;
}
.BgClassName
{
background-color: #B103C1;
}
</style>
border-color css
<style>
span { border-color: #B103C1; }
span { border-color: rgb(177,3,193); }
td.TdClassName
{
border-color: #B103C1;
}
.TagClassName
{
border-color: #B103C1;
}
</style>