Shades of Dark Violet #B10FE1
Tints of Dark Violet #B10FE1
RGB
CMYK
RGB Variations
Color information
#B10FE1 (or 0xB10FE1) is known color: Dark Violet. HEX triplet: B1, 0F and E1. RGB value is (177,15,225). Sum of RGB (Red+Green+Blue) = 177+15+225=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 15 (6.25% from 255 or 3.60% from 417); Blue value is 225 (88.28% from 255 or 53.96% from 417); Max value from RGB is 225 - color contains mainly: blue. Hex color #B10FE1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10FE1 is #4EF01E. Grayscale: #565656. Windows color (decimal): -5173279 or 14749617. OLE color: 14749617.
HSL color Cylindrical-coordinate representation of color #B10FE1: hue angle of 286.29º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B10FE1 is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 177 | 15 | 225 | - |
| CMYK | 0.21 | 0.93 | 0 | 0.12 |
| HSL | 286.29º | 0.88% | 0.47% | - |
| HSV(B) | 286.29º | 0.93% | 0.88% | - |
| XYZ | 31.89 | 15.13 | 72.47 | - |
| YUV | 87.38 | 205.67 | 191.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 15 | 225 | 0.21 | 0.93 | 0 | 0.12 | 286.29 | 0.88 | 0.47 |
| Hex | B1 | F | E1 | 15 | 5D | 0 | C | 11E | 58 | 2F |
| Octal | 261 | 17 | 341 | 25 | 135 | 0 | 14 | 436 | 130 | 57 |
| Binary | 10110001 | 1111 | 11100001 | 10101 | 1011101 | 0 | 1100 | 100011110 | 1011000 | 101111 |
Color Harmonies of #B10FE1
Complementary color
Monochromatic Colors of #B10FE1
Black with #B10FE1
Text Example
Text Example
White with #B10FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10FE1; }
p { color: rgb(177,15,225); }
H1.HeaderClassName
{
color: #B10FE1;
}
.AnyTagClassName
{
color: #B10FE1;
}
</style>
background-color css
<style>
a { background-color: #B10FE1; }
a { background-color: rgb(177,15,225); }
div.DivClassName
{
background-color: #B10FE1;
}
.BgClassName
{
background-color: #B10FE1;
}
</style>
border-color css
<style>
span { border-color: #B10FE1; }
span { border-color: rgb(177,15,225); }
td.TdClassName
{
border-color: #B10FE1;
}
.TagClassName
{
border-color: #B10FE1;
}
</style>