Shades of Deep Magenta #B103B1
Tints of Deep Magenta #B103B1
RGB
CMYK
RGB Variations
Color information
#B103B1 (or 0xB103B1) is known color: Deep Magenta. HEX triplet: B1, 03 and B1. RGB value is (177,3,177). Sum of RGB (Red+Green+Blue) = 177+3+177=357 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.58% from 357); Green value is 3 (1.56% from 255 or 0.84% from 357); Blue value is 177 (69.53% from 255 or 49.58% from 357); Max value from RGB is 177 - color contains mainly: red, blue. Hex color #B103B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B103B1 is #4EFC4E. Grayscale: #4A4A4A. Windows color (decimal): -5176399 or 11600817. OLE color: 11600817.
HSL color Cylindrical-coordinate representation of color #B103B1: hue angle of 300º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B103B1 is Cyan = 0, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 3 | 177 | - |
| CMYK | 0 | 0.98 | 0 | 0.31 |
| HSL | 300º | 0.97% | 0.35% | - |
| HSV(B) | 300º | 0.98% | 0.69% | - |
| XYZ | 26.1 | 12.59 | 42.65 | - |
| YUV | 74.86 | 185.65 | 200.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 3 | 177 | 0 | 0.98 | 0 | 0.31 | 300 | 0.97 | 0.35 |
| Hex | B1 | 3 | B1 | 0 | 62 | 0 | 1F | 12C | 61 | 23 |
| Octal | 261 | 3 | 261 | 0 | 142 | 0 | 37 | 454 | 141 | 43 |
| Binary | 10110001 | 11 | 10110001 | 0 | 1100010 | 0 | 11111 | 100101100 | 1100001 | 100011 |
Color Harmonies of #B103B1
Complementary color
Monochromatic Colors of #B103B1
Black with #B103B1
Text Example
Text Example
White with #B103B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B103B1; }
p { color: rgb(177,3,177); }
H1.HeaderClassName
{
color: #B103B1;
}
.AnyTagClassName
{
color: #B103B1;
}
</style>
background-color css
<style>
a { background-color: #B103B1; }
a { background-color: rgb(177,3,177); }
div.DivClassName
{
background-color: #B103B1;
}
.BgClassName
{
background-color: #B103B1;
}
</style>
border-color css
<style>
span { border-color: #B103B1; }
span { border-color: rgb(177,3,177); }
td.TdClassName
{
border-color: #B103B1;
}
.TagClassName
{
border-color: #B103B1;
}
</style>