Shades of Dark Violet #B10DDF
Tints of Dark Violet #B10DDF
RGB
CMYK
RGB Variations
Color information
#B10DDF (or 0xB10DDF) is known color: Dark Violet. HEX triplet: B1, 0D and DF. RGB value is (177,13,223). Sum of RGB (Red+Green+Blue) = 177+13+223=413 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.86% from 413); Green value is 13 (5.47% from 255 or 3.15% from 413); Blue value is 223 (87.5% from 255 or 54.00% from 413); Max value from RGB is 223 - color contains mainly: blue. Hex color #B10DDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10DDF is #4EF220. Grayscale: #555555. Windows color (decimal): -5173793 or 14618033. OLE color: 14618033.
HSL color Cylindrical-coordinate representation of color #B10DDF: hue angle of 286.86º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B10DDF is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 13 | 223 | - |
| CMYK | 0.21 | 0.94 | 0 | 0.13 |
| HSL | 286.86º | 0.89% | 0.46% | - |
| HSV(B) | 286.86º | 0.94% | 0.87% | - |
| XYZ | 31.59 | 14.96 | 71.03 | - |
| YUV | 85.98 | 205.33 | 192.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 13 | 223 | 0.21 | 0.94 | 0 | 0.13 | 286.86 | 0.89 | 0.46 |
| Hex | B1 | D | DF | 15 | 5E | 0 | D | 11F | 59 | 2E |
| Octal | 261 | 15 | 337 | 25 | 136 | 0 | 15 | 437 | 131 | 56 |
| Binary | 10110001 | 1101 | 11011111 | 10101 | 1011110 | 0 | 1101 | 100011111 | 1011001 | 101110 |
Color Harmonies of #B10DDF
Complementary color
Monochromatic Colors of #B10DDF
Black with #B10DDF
Text Example
Text Example
White with #B10DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10DDF; }
p { color: rgb(177,13,223); }
H1.HeaderClassName
{
color: #B10DDF;
}
.AnyTagClassName
{
color: #B10DDF;
}
</style>
background-color css
<style>
a { background-color: #B10DDF; }
a { background-color: rgb(177,13,223); }
div.DivClassName
{
background-color: #B10DDF;
}
.BgClassName
{
background-color: #B10DDF;
}
</style>
border-color css
<style>
span { border-color: #B10DDF; }
span { border-color: rgb(177,13,223); }
td.TdClassName
{
border-color: #B10DDF;
}
.TagClassName
{
border-color: #B10DDF;
}
</style>