Shades of Deep Magenta #B105CE
Tints of Deep Magenta #B105CE
RGB
CMYK
RGB Variations
Color information
#B105CE (or 0xB105CE) is known color: Deep Magenta. HEX triplet: B1, 05 and CE. RGB value is (177,5,206). Sum of RGB (Red+Green+Blue) = 177+5+206=388 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.62% from 388); Green value is 5 (2.34% from 255 or 1.29% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #B105CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B105CE is #4EFA31. Grayscale: #4E4E4E. Windows color (decimal): -5175858 or 13501873. OLE color: 13501873.
HSL color Cylindrical-coordinate representation of color #B105CE: hue angle of 291.34º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B105CE is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 5 | 206 | - |
| CMYK | 0.14 | 0.98 | 0 | 0.19 |
| HSL | 291.34º | 0.95% | 0.41% | - |
| HSV(B) | 291.34º | 0.98% | 0.81% | - |
| XYZ | 29.33 | 13.91 | 59.53 | - |
| YUV | 79.34 | 199.48 | 197.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 5 | 206 | 0.14 | 0.98 | 0 | 0.19 | 291.34 | 0.95 | 0.41 |
| Hex | B1 | 5 | CE | E | 62 | 0 | 13 | 123 | 5F | 29 |
| Octal | 261 | 5 | 316 | 16 | 142 | 0 | 23 | 443 | 137 | 51 |
| Binary | 10110001 | 101 | 11001110 | 1110 | 1100010 | 0 | 10011 | 100100011 | 1011111 | 101001 |
Color Harmonies of #B105CE
Complementary color
Monochromatic Colors of #B105CE
Black with #B105CE
Text Example
Text Example
White with #B105CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B105CE; }
p { color: rgb(177,5,206); }
H1.HeaderClassName
{
color: #B105CE;
}
.AnyTagClassName
{
color: #B105CE;
}
</style>
background-color css
<style>
a { background-color: #B105CE; }
a { background-color: rgb(177,5,206); }
div.DivClassName
{
background-color: #B105CE;
}
.BgClassName
{
background-color: #B105CE;
}
</style>
border-color css
<style>
span { border-color: #B105CE; }
span { border-color: rgb(177,5,206); }
td.TdClassName
{
border-color: #B105CE;
}
.TagClassName
{
border-color: #B105CE;
}
</style>