Shades of Deep Magenta #B108D0
Tints of Deep Magenta #B108D0
RGB
CMYK
RGB Variations
Color information
#B108D0 (or 0xB108D0) is known color: Deep Magenta. HEX triplet: B1, 08 and D0. RGB value is (177,8,208). Sum of RGB (Red+Green+Blue) = 177+8+208=393 (52% of max value = 765). Red value is 177 (69.53% from 255 or 45.04% from 393); Green value is 8 (3.52% from 255 or 2.04% from 393); Blue value is 208 (81.64% from 255 or 52.93% from 393); Max value from RGB is 208 - color contains mainly: blue. Hex color #B108D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B108D0 is #4EF72F. Grayscale: #505050. Windows color (decimal): -5175088 or 13633713. OLE color: 13633713.
HSL color Cylindrical-coordinate representation of color #B108D0: hue angle of 290.7º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B108D0 is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 8 | 208 | - |
| CMYK | 0.15 | 0.96 | 0 | 0.18 |
| HSL | 290.7º | 0.93% | 0.42% | - |
| HSV(B) | 290.7º | 0.96% | 0.82% | - |
| XYZ | 29.6 | 14.07 | 60.83 | - |
| YUV | 81.33 | 199.49 | 196.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 8 | 208 | 0.15 | 0.96 | 0 | 0.18 | 290.7 | 0.93 | 0.42 |
| Hex | B1 | 8 | D0 | F | 60 | 0 | 12 | 123 | 5D | 2A |
| Octal | 261 | 10 | 320 | 17 | 140 | 0 | 22 | 443 | 135 | 52 |
| Binary | 10110001 | 1000 | 11010000 | 1111 | 1100000 | 0 | 10010 | 100100011 | 1011101 | 101010 |
Color Harmonies of #B108D0
Complementary color
Monochromatic Colors of #B108D0
Black with #B108D0
Text Example
Text Example
White with #B108D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B108D0; }
p { color: rgb(177,8,208); }
H1.HeaderClassName
{
color: #B108D0;
}
.AnyTagClassName
{
color: #B108D0;
}
</style>
background-color css
<style>
a { background-color: #B108D0; }
a { background-color: rgb(177,8,208); }
div.DivClassName
{
background-color: #B108D0;
}
.BgClassName
{
background-color: #B108D0;
}
</style>
border-color css
<style>
span { border-color: #B108D0; }
span { border-color: rgb(177,8,208); }
td.TdClassName
{
border-color: #B108D0;
}
.TagClassName
{
border-color: #B108D0;
}
</style>