Shades of Deep Magenta #B103AD
Tints of Deep Magenta #B103AD
RGB
CMYK
RGB Variations
Color information
#B103AD (or 0xB103AD) is known color: Deep Magenta. HEX triplet: B1, 03 and AD. RGB value is (177,3,173). Sum of RGB (Red+Green+Blue) = 177+3+173=353 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.14% from 353); Green value is 3 (1.56% from 255 or 0.85% from 353); Blue value is 173 (67.97% from 255 or 49.01% from 353); Max value from RGB is 177 - color contains mainly: red. Hex color #B103AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B103AD is #4EFC52. Grayscale: #494949. Windows color (decimal): -5176403 or 11338673. OLE color: 11338673.
HSL color Cylindrical-coordinate representation of color #B103AD: hue angle of 301.38º 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 #B103AD is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 3 | 173 | - |
| CMYK | 0 | 0.98 | 0.02 | 0.31 |
| HSL | 301.38º | 0.97% | 0.35% | - |
| HSV(B) | 301.38º | 0.98% | 0.69% | - |
| XYZ | 25.71 | 12.43 | 40.58 | - |
| YUV | 74.41 | 183.65 | 201.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 3 | 173 | 0 | 0.98 | 0.02 | 0.31 | 301.38 | 0.97 | 0.35 |
| Hex | B1 | 3 | AD | 0 | 62 | 2 | 1F | 12D | 61 | 23 |
| Octal | 261 | 3 | 255 | 0 | 142 | 2 | 37 | 455 | 141 | 43 |
| Binary | 10110001 | 11 | 10101101 | 0 | 1100010 | 10 | 11111 | 100101101 | 1100001 | 100011 |
Color Harmonies of #B103AD
Complementary color
Monochromatic Colors of #B103AD
Black with #B103AD
Text Example
Text Example
White with #B103AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B103AD; }
p { color: rgb(177,3,173); }
H1.HeaderClassName
{
color: #B103AD;
}
.AnyTagClassName
{
color: #B103AD;
}
</style>
background-color css
<style>
a { background-color: #B103AD; }
a { background-color: rgb(177,3,173); }
div.DivClassName
{
background-color: #B103AD;
}
.BgClassName
{
background-color: #B103AD;
}
</style>
border-color css
<style>
span { border-color: #B103AD; }
span { border-color: rgb(177,3,173); }
td.TdClassName
{
border-color: #B103AD;
}
.TagClassName
{
border-color: #B103AD;
}
</style>