Shades of Deep Magenta #B105AD
Tints of Deep Magenta #B105AD
RGB
CMYK
RGB Variations
Color information
#B105AD (or 0xB105AD) is known color: Deep Magenta. HEX triplet: B1, 05 and AD. RGB value is (177,5,173). Sum of RGB (Red+Green+Blue) = 177+5+173=355 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.86% from 355); Green value is 5 (2.34% from 255 or 1.41% from 355); Blue value is 173 (67.97% from 255 or 48.73% from 355); Max value from RGB is 177 - color contains mainly: red. Hex color #B105AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B105AD is #4EFA52. Grayscale: #4B4B4B. Windows color (decimal): -5175891 or 11339185. OLE color: 11339185.
HSL color Cylindrical-coordinate representation of color #B105AD: hue angle of 301.4º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B105AD is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 5 | 173 | - |
| CMYK | 0 | 0.97 | 0.02 | 0.31 |
| HSL | 301.4º | 0.95% | 0.36% | - |
| HSV(B) | 301.4º | 0.97% | 0.69% | - |
| XYZ | 25.73 | 12.47 | 40.59 | - |
| YUV | 75.58 | 182.98 | 200.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 5 | 173 | 0 | 0.97 | 0.02 | 0.31 | 301.4 | 0.95 | 0.36 |
| Hex | B1 | 5 | AD | 0 | 61 | 2 | 1F | 12D | 5F | 24 |
| Octal | 261 | 5 | 255 | 0 | 141 | 2 | 37 | 455 | 137 | 44 |
| Binary | 10110001 | 101 | 10101101 | 0 | 1100001 | 10 | 11111 | 100101101 | 1011111 | 100100 |
Color Harmonies of #B105AD
Complementary color
Monochromatic Colors of #B105AD
Black with #B105AD
Text Example
Text Example
White with #B105AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B105AD; }
p { color: rgb(177,5,173); }
H1.HeaderClassName
{
color: #B105AD;
}
.AnyTagClassName
{
color: #B105AD;
}
</style>
background-color css
<style>
a { background-color: #B105AD; }
a { background-color: rgb(177,5,173); }
div.DivClassName
{
background-color: #B105AD;
}
.BgClassName
{
background-color: #B105AD;
}
</style>
border-color css
<style>
span { border-color: #B105AD; }
span { border-color: rgb(177,5,173); }
td.TdClassName
{
border-color: #B105AD;
}
.TagClassName
{
border-color: #B105AD;
}
</style>