Shades of Deep Magenta #B103AB
Tints of Deep Magenta #B103AB
RGB
CMYK
RGB Variations
Color information
#B103AB (or 0xB103AB) is known color: Deep Magenta. HEX triplet: B1, 03 and AB. RGB value is (177,3,171). Sum of RGB (Red+Green+Blue) = 177+3+171=351 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.43% from 351); Green value is 3 (1.56% from 255 or 0.85% from 351); Blue value is 171 (67.19% from 255 or 48.72% from 351); Max value from RGB is 177 - color contains mainly: red. Hex color #B103AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B103AB is #4EFC54. Grayscale: #494949. Windows color (decimal): -5176405 or 11207601. OLE color: 11207601.
HSL color Cylindrical-coordinate representation of color #B103AB: hue angle of 302.07º 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 #B103AB is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 3 | 171 | - |
| CMYK | 0 | 0.98 | 0.03 | 0.31 |
| HSL | 302.07º | 0.97% | 0.35% | - |
| HSV(B) | 302.07º | 0.98% | 0.69% | - |
| XYZ | 25.51 | 12.35 | 39.57 | - |
| YUV | 74.18 | 182.65 | 201.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 3 | 171 | 0 | 0.98 | 0.03 | 0.31 | 302.07 | 0.97 | 0.35 |
| Hex | B1 | 3 | AB | 0 | 62 | 3 | 1F | 12E | 61 | 23 |
| Octal | 261 | 3 | 253 | 0 | 142 | 3 | 37 | 456 | 141 | 43 |
| Binary | 10110001 | 11 | 10101011 | 0 | 1100010 | 11 | 11111 | 100101110 | 1100001 | 100011 |
Color Harmonies of #B103AB
Complementary color
Monochromatic Colors of #B103AB
Black with #B103AB
Text Example
Text Example
White with #B103AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B103AB; }
p { color: rgb(177,3,171); }
H1.HeaderClassName
{
color: #B103AB;
}
.AnyTagClassName
{
color: #B103AB;
}
</style>
background-color css
<style>
a { background-color: #B103AB; }
a { background-color: rgb(177,3,171); }
div.DivClassName
{
background-color: #B103AB;
}
.BgClassName
{
background-color: #B103AB;
}
</style>
border-color css
<style>
span { border-color: #B103AB; }
span { border-color: rgb(177,3,171); }
td.TdClassName
{
border-color: #B103AB;
}
.TagClassName
{
border-color: #B103AB;
}
</style>