Shades of Deep Magenta #B103C6
Tints of Deep Magenta #B103C6
RGB
CMYK
RGB Variations
Color information
#B103C6 (or 0xB103C6) is known color: Deep Magenta. HEX triplet: B1, 03 and C6. RGB value is (177,3,198). Sum of RGB (Red+Green+Blue) = 177+3+198=378 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.83% from 378); Green value is 3 (1.56% from 255 or 0.79% from 378); Blue value is 198 (77.73% from 255 or 52.38% from 378); Max value from RGB is 198 - color contains mainly: blue. Hex color #B103C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B103C6 is #4EFC39. Grayscale: #4C4C4C. Windows color (decimal): -5176378 or 12977073. OLE color: 12977073.
HSL color Cylindrical-coordinate representation of color #B103C6: hue angle of 293.54º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B103C6 is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 177 | 3 | 198 | - |
| CMYK | 0.11 | 0.98 | 0 | 0.22 |
| HSL | 293.54º | 0.97% | 0.39% | - |
| HSV(B) | 293.54º | 0.98% | 0.78% | - |
| XYZ | 28.36 | 13.49 | 54.54 | - |
| YUV | 77.26 | 196.15 | 199.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 3 | 198 | 0.11 | 0.98 | 0 | 0.22 | 293.54 | 0.97 | 0.39 |
| Hex | B1 | 3 | C6 | B | 62 | 0 | 16 | 126 | 61 | 27 |
| Octal | 261 | 3 | 306 | 13 | 142 | 0 | 26 | 446 | 141 | 47 |
| Binary | 10110001 | 11 | 11000110 | 1011 | 1100010 | 0 | 10110 | 100100110 | 1100001 | 100111 |
Color Harmonies of #B103C6
Complementary color
Monochromatic Colors of #B103C6
Black with #B103C6
Text Example
Text Example
White with #B103C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B103C6; }
p { color: rgb(177,3,198); }
H1.HeaderClassName
{
color: #B103C6;
}
.AnyTagClassName
{
color: #B103C6;
}
</style>
background-color css
<style>
a { background-color: #B103C6; }
a { background-color: rgb(177,3,198); }
div.DivClassName
{
background-color: #B103C6;
}
.BgClassName
{
background-color: #B103C6;
}
</style>
border-color css
<style>
span { border-color: #B103C6; }
span { border-color: rgb(177,3,198); }
td.TdClassName
{
border-color: #B103C6;
}
.TagClassName
{
border-color: #B103C6;
}
</style>