Shades of Dark Violet #B10FDE
Tints of Dark Violet #B10FDE
RGB
CMYK
RGB Variations
Color information
#B10FDE (or 0xB10FDE) is known color: Dark Violet. HEX triplet: B1, 0F and DE. RGB value is (177,15,222). Sum of RGB (Red+Green+Blue) = 177+15+222=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 15 (6.25% from 255 or 3.62% from 414); Blue value is 222 (87.11% from 255 or 53.62% from 414); Max value from RGB is 222 - color contains mainly: blue. Hex color #B10FDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10FDE is #4EF021. Grayscale: #565656. Windows color (decimal): -5173282 or 14553009. OLE color: 14553009.
HSL color Cylindrical-coordinate representation of color #B10FDE: hue angle of 286.96º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B10FDE is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 15 | 222 | - |
| CMYK | 0.20 | 0.93 | 0 | 0.13 |
| HSL | 286.96º | 0.87% | 0.46% | - |
| HSV(B) | 286.96º | 0.93% | 0.87% | - |
| XYZ | 31.49 | 14.96 | 70.34 | - |
| YUV | 87.04 | 204.17 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 15 | 222 | 0.20 | 0.93 | 0 | 0.13 | 286.96 | 0.87 | 0.46 |
| Hex | B1 | F | DE | 14 | 5D | 0 | D | 11F | 57 | 2E |
| Octal | 261 | 17 | 336 | 24 | 135 | 0 | 15 | 437 | 127 | 56 |
| Binary | 10110001 | 1111 | 11011110 | 10100 | 1011101 | 0 | 1101 | 100011111 | 1010111 | 101110 |
Color Harmonies of #B10FDE
Complementary color
Monochromatic Colors of #B10FDE
Black with #B10FDE
Text Example
Text Example
White with #B10FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10FDE; }
p { color: rgb(177,15,222); }
H1.HeaderClassName
{
color: #B10FDE;
}
.AnyTagClassName
{
color: #B10FDE;
}
</style>
background-color css
<style>
a { background-color: #B10FDE; }
a { background-color: rgb(177,15,222); }
div.DivClassName
{
background-color: #B10FDE;
}
.BgClassName
{
background-color: #B10FDE;
}
</style>
border-color css
<style>
span { border-color: #B10FDE; }
span { border-color: rgb(177,15,222); }
td.TdClassName
{
border-color: #B10FDE;
}
.TagClassName
{
border-color: #B10FDE;
}
</style>