Shades of Dark Violet #B10CE1
Tints of Dark Violet #B10CE1
RGB
CMYK
RGB Variations
Color information
#B10CE1 (or 0xB10CE1) is known color: Dark Violet. HEX triplet: B1, 0C and E1. RGB value is (177,12,225). Sum of RGB (Red+Green+Blue) = 177+12+225=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 12 (5.08% from 255 or 2.90% from 414); Blue value is 225 (88.28% from 255 or 54.35% from 414); Max value from RGB is 225 - color contains mainly: blue. Hex color #B10CE1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10CE1 is #4EF31E. Grayscale: #545454. Windows color (decimal): -5174047 or 14748849. OLE color: 14748849.
HSL color Cylindrical-coordinate representation of color #B10CE1: hue angle of 286.48º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B10CE1 is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 177 | 12 | 225 | - |
| CMYK | 0.21 | 0.95 | 0 | 0.12 |
| HSL | 286.48º | 0.9% | 0.46% | - |
| HSV(B) | 286.48º | 0.95% | 0.88% | - |
| XYZ | 31.85 | 15.05 | 72.46 | - |
| YUV | 85.62 | 206.66 | 193.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 12 | 225 | 0.21 | 0.95 | 0 | 0.12 | 286.48 | 0.9 | 0.46 |
| Hex | B1 | C | E1 | 15 | 5F | 0 | C | 11E | 5A | 2E |
| Octal | 261 | 14 | 341 | 25 | 137 | 0 | 14 | 436 | 132 | 56 |
| Binary | 10110001 | 1100 | 11100001 | 10101 | 1011111 | 0 | 1100 | 100011110 | 1011010 | 101110 |
Color Harmonies of #B10CE1
Complementary color
Monochromatic Colors of #B10CE1
Black with #B10CE1
Text Example
Text Example
White with #B10CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10CE1; }
p { color: rgb(177,12,225); }
H1.HeaderClassName
{
color: #B10CE1;
}
.AnyTagClassName
{
color: #B10CE1;
}
</style>
background-color css
<style>
a { background-color: #B10CE1; }
a { background-color: rgb(177,12,225); }
div.DivClassName
{
background-color: #B10CE1;
}
.BgClassName
{
background-color: #B10CE1;
}
</style>
border-color css
<style>
span { border-color: #B10CE1; }
span { border-color: rgb(177,12,225); }
td.TdClassName
{
border-color: #B10CE1;
}
.TagClassName
{
border-color: #B10CE1;
}
</style>