Shades of Dark Violet #B10FDF
Tints of Dark Violet #B10FDF
RGB
CMYK
RGB Variations
Color information
#B10FDF (or 0xB10FDF) is known color: Dark Violet. HEX triplet: B1, 0F and DF. RGB value is (177,15,223). Sum of RGB (Red+Green+Blue) = 177+15+223=415 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.65% from 415); Green value is 15 (6.25% from 255 or 3.61% from 415); Blue value is 223 (87.5% from 255 or 53.73% from 415); Max value from RGB is 223 - color contains mainly: blue. Hex color #B10FDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10FDF is #4EF020. Grayscale: #565656. Windows color (decimal): -5173281 or 14618545. OLE color: 14618545.
HSL color Cylindrical-coordinate representation of color #B10FDF: hue angle of 286.73º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B10FDF is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 15 | 223 | - |
| CMYK | 0.21 | 0.93 | 0 | 0.13 |
| HSL | 286.73º | 0.87% | 0.47% | - |
| HSV(B) | 286.73º | 0.93% | 0.87% | - |
| XYZ | 31.62 | 15.02 | 71.04 | - |
| YUV | 87.15 | 204.67 | 192.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 15 | 223 | 0.21 | 0.93 | 0 | 0.13 | 286.73 | 0.87 | 0.47 |
| Hex | B1 | F | DF | 15 | 5D | 0 | D | 11F | 57 | 2F |
| Octal | 261 | 17 | 337 | 25 | 135 | 0 | 15 | 437 | 127 | 57 |
| Binary | 10110001 | 1111 | 11011111 | 10101 | 1011101 | 0 | 1101 | 100011111 | 1010111 | 101111 |
Color Harmonies of #B10FDF
Complementary color
Monochromatic Colors of #B10FDF
Black with #B10FDF
Text Example
Text Example
White with #B10FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10FDF; }
p { color: rgb(177,15,223); }
H1.HeaderClassName
{
color: #B10FDF;
}
.AnyTagClassName
{
color: #B10FDF;
}
</style>
background-color css
<style>
a { background-color: #B10FDF; }
a { background-color: rgb(177,15,223); }
div.DivClassName
{
background-color: #B10FDF;
}
.BgClassName
{
background-color: #B10FDF;
}
</style>
border-color css
<style>
span { border-color: #B10FDF; }
span { border-color: rgb(177,15,223); }
td.TdClassName
{
border-color: #B10FDF;
}
.TagClassName
{
border-color: #B10FDF;
}
</style>