Shades of Dark Violet #B10FE0
Tints of Dark Violet #B10FE0
RGB
CMYK
RGB Variations
Color information
#B10FE0 (or 0xB10FE0) is known color: Dark Violet. HEX triplet: B1, 0F and E0. RGB value is (177,15,224). Sum of RGB (Red+Green+Blue) = 177+15+224=416 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.55% from 416); Green value is 15 (6.25% from 255 or 3.61% from 416); Blue value is 224 (87.89% from 255 or 53.85% from 416); Max value from RGB is 224 - color contains mainly: blue. Hex color #B10FE0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10FE0 is #4EF01F. Grayscale: #565656. Windows color (decimal): -5173280 or 14684081. OLE color: 14684081.
HSL color Cylindrical-coordinate representation of color #B10FE0: hue angle of 286.51º degrees, saturation: 0.87, 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 #B10FE0 is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 177 | 15 | 224 | - |
| CMYK | 0.21 | 0.93 | 0 | 0.12 |
| HSL | 286.51º | 0.87% | 0.47% | - |
| HSV(B) | 286.51º | 0.93% | 0.88% | - |
| XYZ | 31.76 | 15.07 | 71.76 | - |
| YUV | 87.26 | 205.17 | 192.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 15 | 224 | 0.21 | 0.93 | 0 | 0.12 | 286.51 | 0.87 | 0.47 |
| Hex | B1 | F | E0 | 15 | 5D | 0 | C | 11F | 57 | 2F |
| Octal | 261 | 17 | 340 | 25 | 135 | 0 | 14 | 437 | 127 | 57 |
| Binary | 10110001 | 1111 | 11100000 | 10101 | 1011101 | 0 | 1100 | 100011111 | 1010111 | 101111 |
Color Harmonies of #B10FE0
Complementary color
Monochromatic Colors of #B10FE0
Black with #B10FE0
Text Example
Text Example
White with #B10FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10FE0; }
p { color: rgb(177,15,224); }
H1.HeaderClassName
{
color: #B10FE0;
}
.AnyTagClassName
{
color: #B10FE0;
}
</style>
background-color css
<style>
a { background-color: #B10FE0; }
a { background-color: rgb(177,15,224); }
div.DivClassName
{
background-color: #B10FE0;
}
.BgClassName
{
background-color: #B10FE0;
}
</style>
border-color css
<style>
span { border-color: #B10FE0; }
span { border-color: rgb(177,15,224); }
td.TdClassName
{
border-color: #B10FE0;
}
.TagClassName
{
border-color: #B10FE0;
}
</style>