Shades of Deep Magenta #B108CE
Tints of Deep Magenta #B108CE
RGB
CMYK
RGB Variations
Color information
#B108CE (or 0xB108CE) is known color: Deep Magenta. HEX triplet: B1, 08 and CE. RGB value is (177,8,206). Sum of RGB (Red+Green+Blue) = 177+8+206=391 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.27% from 391); Green value is 8 (3.52% from 255 or 2.05% from 391); Blue value is 206 (80.86% from 255 or 52.69% from 391); Max value from RGB is 206 - color contains mainly: blue. Hex color #B108CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B108CE is #4EF731. Grayscale: #505050. Windows color (decimal): -5175090 or 13502641. OLE color: 13502641.
HSL color Cylindrical-coordinate representation of color #B108CE: hue angle of 291.21º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B108CE is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 8 | 206 | - |
| CMYK | 0.14 | 0.96 | 0 | 0.19 |
| HSL | 291.21º | 0.93% | 0.42% | - |
| HSV(B) | 291.21º | 0.96% | 0.81% | - |
| XYZ | 29.36 | 13.98 | 59.54 | - |
| YUV | 81.1 | 198.49 | 196.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 8 | 206 | 0.14 | 0.96 | 0 | 0.19 | 291.21 | 0.93 | 0.42 |
| Hex | B1 | 8 | CE | E | 60 | 0 | 13 | 123 | 5D | 2A |
| Octal | 261 | 10 | 316 | 16 | 140 | 0 | 23 | 443 | 135 | 52 |
| Binary | 10110001 | 1000 | 11001110 | 1110 | 1100000 | 0 | 10011 | 100100011 | 1011101 | 101010 |
Color Harmonies of #B108CE
Complementary color
Monochromatic Colors of #B108CE
Black with #B108CE
Text Example
Text Example
White with #B108CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B108CE; }
p { color: rgb(177,8,206); }
H1.HeaderClassName
{
color: #B108CE;
}
.AnyTagClassName
{
color: #B108CE;
}
</style>
background-color css
<style>
a { background-color: #B108CE; }
a { background-color: rgb(177,8,206); }
div.DivClassName
{
background-color: #B108CE;
}
.BgClassName
{
background-color: #B108CE;
}
</style>
border-color css
<style>
span { border-color: #B108CE; }
span { border-color: rgb(177,8,206); }
td.TdClassName
{
border-color: #B108CE;
}
.TagClassName
{
border-color: #B108CE;
}
</style>