Shades of Dark Violet #B100E1
Tints of Dark Violet #B100E1
RGB
CMYK
RGB Variations
Color information
#B100E1 (or 0xB100E1) is known color: Dark Violet. HEX triplet: B1, 00 and E1. RGB value is (177,0,225). Sum of RGB (Red+Green+Blue) = 177+0+225=402 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.03% from 402); Green value is 0 (0.39% from 255 or 0% from 402); Blue value is 225 (88.28% from 255 or 55.97% from 402); Max value from RGB is 225 - color contains mainly: blue. Hex color #B100E1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B100E1 is #4EFF1E. Grayscale: #4D4D4D. Windows color (decimal): -5177119 or 14745777. OLE color: 14745777.
HSL color Cylindrical-coordinate representation of color #B100E1: hue angle of 287.2º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B100E1 is Cyan = 0.21, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 177 | 0 | 225 | - |
| CMYK | 0.21 | 1 | 0 | 0.12 |
| HSL | 287.2º | 1% | 0.44% | - |
| HSV(B) | 287.2º | 1% | 0.88% | - |
| XYZ | 31.72 | 14.78 | 72.42 | - |
| YUV | 78.57 | 210.64 | 198.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 0 | 225 | 0.21 | 1 | 0 | 0.12 | 287.2 | 1 | 0.44 |
| Hex | B1 | 0 | E1 | 15 | 64 | 0 | C | 11F | 64 | 2C |
| Octal | 261 | 0 | 341 | 25 | 144 | 0 | 14 | 437 | 144 | 54 |
| Binary | 10110001 | 0 | 11100001 | 10101 | 1100100 | 0 | 1100 | 100011111 | 1100100 | 101100 |
Color Harmonies of #B100E1
Complementary color
Monochromatic Colors of #B100E1
Black with #B100E1
Text Example
Text Example
White with #B100E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B100E1; }
p { color: rgb(177,0,225); }
H1.HeaderClassName
{
color: #B100E1;
}
.AnyTagClassName
{
color: #B100E1;
}
</style>
background-color css
<style>
a { background-color: #B100E1; }
a { background-color: rgb(177,0,225); }
div.DivClassName
{
background-color: #B100E1;
}
.BgClassName
{
background-color: #B100E1;
}
</style>
border-color css
<style>
span { border-color: #B100E1; }
span { border-color: rgb(177,0,225); }
td.TdClassName
{
border-color: #B100E1;
}
.TagClassName
{
border-color: #B100E1;
}
</style>