Shades of Dark Violet #B10DDD
Tints of Dark Violet #B10DDD
RGB
CMYK
RGB Variations
Color information
#B10DDD (or 0xB10DDD) is known color: Dark Violet. HEX triplet: B1, 0D and DD. RGB value is (177,13,221). Sum of RGB (Red+Green+Blue) = 177+13+221=411 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.07% from 411); Green value is 13 (5.47% from 255 or 3.16% from 411); Blue value is 221 (86.72% from 255 or 53.77% from 411); Max value from RGB is 221 - color contains mainly: blue. Hex color #B10DDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10DDD is #4EF222. Grayscale: #555555. Windows color (decimal): -5173795 or 14486961. OLE color: 14486961.
HSL color Cylindrical-coordinate representation of color #B10DDD: hue angle of 287.31º 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 #B10DDD is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 13 | 221 | - |
| CMYK | 0.20 | 0.94 | 0 | 0.13 |
| HSL | 287.31º | 0.89% | 0.46% | - |
| HSV(B) | 287.31º | 0.94% | 0.87% | - |
| XYZ | 31.33 | 14.86 | 69.62 | - |
| YUV | 85.75 | 204.33 | 193.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 13 | 221 | 0.20 | 0.94 | 0 | 0.13 | 287.31 | 0.89 | 0.46 |
| Hex | B1 | D | DD | 14 | 5E | 0 | D | 11F | 59 | 2E |
| Octal | 261 | 15 | 335 | 24 | 136 | 0 | 15 | 437 | 131 | 56 |
| Binary | 10110001 | 1101 | 11011101 | 10100 | 1011110 | 0 | 1101 | 100011111 | 1011001 | 101110 |
Color Harmonies of #B10DDD
Complementary color
Monochromatic Colors of #B10DDD
Black with #B10DDD
Text Example
Text Example
White with #B10DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10DDD; }
p { color: rgb(177,13,221); }
H1.HeaderClassName
{
color: #B10DDD;
}
.AnyTagClassName
{
color: #B10DDD;
}
</style>
background-color css
<style>
a { background-color: #B10DDD; }
a { background-color: rgb(177,13,221); }
div.DivClassName
{
background-color: #B10DDD;
}
.BgClassName
{
background-color: #B10DDD;
}
</style>
border-color css
<style>
span { border-color: #B10DDD; }
span { border-color: rgb(177,13,221); }
td.TdClassName
{
border-color: #B10DDD;
}
.TagClassName
{
border-color: #B10DDD;
}
</style>