Shades of Deep Magenta #B105D1
Tints of Deep Magenta #B105D1
RGB
CMYK
RGB Variations
Color information
#B105D1 (or 0xB105D1) is known color: Deep Magenta. HEX triplet: B1, 05 and D1. RGB value is (177,5,209). Sum of RGB (Red+Green+Blue) = 177+5+209=391 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.27% from 391); Green value is 5 (2.34% from 255 or 1.28% from 391); Blue value is 209 (82.03% from 255 or 53.45% from 391); Max value from RGB is 209 - color contains mainly: blue. Hex color #B105D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B105D1 is #4EFA2E. Grayscale: #4F4F4F. Windows color (decimal): -5175855 or 13698481. OLE color: 13698481.
HSL color Cylindrical-coordinate representation of color #B105D1: hue angle of 290.59º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B105D1 is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 5 | 209 | - |
| CMYK | 0.15 | 0.98 | 0 | 0.18 |
| HSL | 290.59º | 0.95% | 0.42% | - |
| HSV(B) | 290.59º | 0.98% | 0.82% | - |
| XYZ | 29.69 | 14.06 | 61.47 | - |
| YUV | 79.68 | 200.98 | 197.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 5 | 209 | 0.15 | 0.98 | 0 | 0.18 | 290.59 | 0.95 | 0.42 |
| Hex | B1 | 5 | D1 | F | 62 | 0 | 12 | 123 | 5F | 2A |
| Octal | 261 | 5 | 321 | 17 | 142 | 0 | 22 | 443 | 137 | 52 |
| Binary | 10110001 | 101 | 11010001 | 1111 | 1100010 | 0 | 10010 | 100100011 | 1011111 | 101010 |
Color Harmonies of #B105D1
Complementary color
Monochromatic Colors of #B105D1
Black with #B105D1
Text Example
Text Example
White with #B105D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B105D1; }
p { color: rgb(177,5,209); }
H1.HeaderClassName
{
color: #B105D1;
}
.AnyTagClassName
{
color: #B105D1;
}
</style>
background-color css
<style>
a { background-color: #B105D1; }
a { background-color: rgb(177,5,209); }
div.DivClassName
{
background-color: #B105D1;
}
.BgClassName
{
background-color: #B105D1;
}
</style>
border-color css
<style>
span { border-color: #B105D1; }
span { border-color: rgb(177,5,209); }
td.TdClassName
{
border-color: #B105D1;
}
.TagClassName
{
border-color: #B105D1;
}
</style>