Shades of Dark Violet #B10BDA
Tints of Dark Violet #B10BDA
RGB
CMYK
RGB Variations
Color information
#B10BDA (or 0xB10BDA) is known color: Dark Violet. HEX triplet: B1, 0B and DA. RGB value is (177,11,218). Sum of RGB (Red+Green+Blue) = 177+11+218=406 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.60% from 406); Green value is 11 (4.69% from 255 or 2.71% from 406); Blue value is 218 (85.55% from 255 or 53.69% from 406); Max value from RGB is 218 - color contains mainly: blue. Hex color #B10BDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10BDA is #4EF425. Grayscale: #535353. Windows color (decimal): -5174310 or 14289841. OLE color: 14289841.
HSL color Cylindrical-coordinate representation of color #B10BDA: hue angle of 288.12º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B10BDA is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 11 | 218 | - |
| CMYK | 0.19 | 0.95 | 0 | 0.15 |
| HSL | 288.12º | 0.9% | 0.45% | - |
| HSV(B) | 288.12º | 0.95% | 0.85% | - |
| XYZ | 30.91 | 14.65 | 67.53 | - |
| YUV | 84.23 | 203.5 | 194.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 11 | 218 | 0.19 | 0.95 | 0 | 0.15 | 288.12 | 0.9 | 0.45 |
| Hex | B1 | B | DA | 13 | 5F | 0 | F | 120 | 5A | 2D |
| Octal | 261 | 13 | 332 | 23 | 137 | 0 | 17 | 440 | 132 | 55 |
| Binary | 10110001 | 1011 | 11011010 | 10011 | 1011111 | 0 | 1111 | 100100000 | 1011010 | 101101 |
Color Harmonies of #B10BDA
Complementary color
Monochromatic Colors of #B10BDA
Black with #B10BDA
Text Example
Text Example
White with #B10BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10BDA; }
p { color: rgb(177,11,218); }
H1.HeaderClassName
{
color: #B10BDA;
}
.AnyTagClassName
{
color: #B10BDA;
}
</style>
background-color css
<style>
a { background-color: #B10BDA; }
a { background-color: rgb(177,11,218); }
div.DivClassName
{
background-color: #B10BDA;
}
.BgClassName
{
background-color: #B10BDA;
}
</style>
border-color css
<style>
span { border-color: #B10BDA; }
span { border-color: rgb(177,11,218); }
td.TdClassName
{
border-color: #B10BDA;
}
.TagClassName
{
border-color: #B10BDA;
}
</style>