Shades of Deep Magenta #B100CE
Tints of Deep Magenta #B100CE
RGB
CMYK
RGB Variations
Color information
#B100CE (or 0xB100CE) is known color: Deep Magenta. HEX triplet: B1, 00 and CE. RGB value is (177,0,206). Sum of RGB (Red+Green+Blue) = 177+0+206=383 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.21% from 383); Green value is 0 (0.39% from 255 or 0% from 383); Blue value is 206 (80.86% from 255 or 53.79% from 383); Max value from RGB is 206 - color contains mainly: blue. Hex color #B100CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B100CE is #4EFF31. Grayscale: #4B4B4B. Windows color (decimal): -5177138 or 13500593. OLE color: 13500593.
HSL color Cylindrical-coordinate representation of color #B100CE: hue angle of 291.55º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B100CE is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 0 | 206 | - |
| CMYK | 0.14 | 1 | 0 | 0.19 |
| HSL | 291.55º | 1% | 0.4% | - |
| HSV(B) | 291.55º | 1% | 0.81% | - |
| XYZ | 29.27 | 13.8 | 59.51 | - |
| YUV | 76.41 | 201.14 | 199.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 0 | 206 | 0.14 | 1 | 0 | 0.19 | 291.55 | 1 | 0.4 |
| Hex | B1 | 0 | CE | E | 64 | 0 | 13 | 124 | 64 | 28 |
| Octal | 261 | 0 | 316 | 16 | 144 | 0 | 23 | 444 | 144 | 50 |
| Binary | 10110001 | 0 | 11001110 | 1110 | 1100100 | 0 | 10011 | 100100100 | 1100100 | 101000 |
Color Harmonies of #B100CE
Complementary color
Monochromatic Colors of #B100CE
Black with #B100CE
Text Example
Text Example
White with #B100CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B100CE; }
p { color: rgb(177,0,206); }
H1.HeaderClassName
{
color: #B100CE;
}
.AnyTagClassName
{
color: #B100CE;
}
</style>
background-color css
<style>
a { background-color: #B100CE; }
a { background-color: rgb(177,0,206); }
div.DivClassName
{
background-color: #B100CE;
}
.BgClassName
{
background-color: #B100CE;
}
</style>
border-color css
<style>
span { border-color: #B100CE; }
span { border-color: rgb(177,0,206); }
td.TdClassName
{
border-color: #B100CE;
}
.TagClassName
{
border-color: #B100CE;
}
</style>