Shades of Dark Violet #B10DD3
Tints of Dark Violet #B10DD3
RGB
CMYK
RGB Variations
Color information
#B10DD3 (or 0xB10DD3) is known color: Dark Violet. HEX triplet: B1, 0D and D3. RGB value is (177,13,211). Sum of RGB (Red+Green+Blue) = 177+13+211=401 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.14% from 401); Green value is 13 (5.47% from 255 or 3.24% from 401); Blue value is 211 (82.81% from 255 or 52.62% from 401); Max value from RGB is 211 - color contains mainly: blue. Hex color #B10DD3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10DD3 is #4EF22C. Grayscale: #535353. Windows color (decimal): -5173805 or 13831601. OLE color: 13831601.
HSL color Cylindrical-coordinate representation of color #B10DD3: hue angle of 289.7º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B10DD3 is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 177 | 13 | 211 | - |
| CMYK | 0.16 | 0.94 | 0 | 0.17 |
| HSL | 289.7º | 0.88% | 0.44% | - |
| HSV(B) | 289.7º | 0.94% | 0.83% | - |
| XYZ | 30.03 | 14.34 | 62.81 | - |
| YUV | 84.61 | 199.33 | 193.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 13 | 211 | 0.16 | 0.94 | 0 | 0.17 | 289.7 | 0.88 | 0.44 |
| Hex | B1 | D | D3 | 10 | 5E | 0 | 11 | 122 | 58 | 2C |
| Octal | 261 | 15 | 323 | 20 | 136 | 0 | 21 | 442 | 130 | 54 |
| Binary | 10110001 | 1101 | 11010011 | 10000 | 1011110 | 0 | 10001 | 100100010 | 1011000 | 101100 |
Color Harmonies of #B10DD3
Complementary color
Monochromatic Colors of #B10DD3
Black with #B10DD3
Text Example
Text Example
White with #B10DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10DD3; }
p { color: rgb(177,13,211); }
H1.HeaderClassName
{
color: #B10DD3;
}
.AnyTagClassName
{
color: #B10DD3;
}
</style>
background-color css
<style>
a { background-color: #B10DD3; }
a { background-color: rgb(177,13,211); }
div.DivClassName
{
background-color: #B10DD3;
}
.BgClassName
{
background-color: #B10DD3;
}
</style>
border-color css
<style>
span { border-color: #B10DD3; }
span { border-color: rgb(177,13,211); }
td.TdClassName
{
border-color: #B10DD3;
}
.TagClassName
{
border-color: #B10DD3;
}
</style>