Shades of Dark Violet #B10BDE
Tints of Dark Violet #B10BDE
RGB
CMYK
RGB Variations
Color information
#B10BDE (or 0xB10BDE) is known color: Dark Violet. HEX triplet: B1, 0B and DE. RGB value is (177,11,222). Sum of RGB (Red+Green+Blue) = 177+11+222=410 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.17% from 410); Green value is 11 (4.69% from 255 or 2.68% from 410); Blue value is 222 (87.11% from 255 or 54.15% from 410); Max value from RGB is 222 - color contains mainly: blue. Hex color #B10BDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10BDE is #4EF421. Grayscale: #545454. Windows color (decimal): -5174306 or 14551985. OLE color: 14551985.
HSL color Cylindrical-coordinate representation of color #B10BDE: hue angle of 287.2º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B10BDE is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 11 | 222 | - |
| CMYK | 0.20 | 0.95 | 0 | 0.13 |
| HSL | 287.2º | 0.91% | 0.46% | - |
| HSV(B) | 287.2º | 0.95% | 0.87% | - |
| XYZ | 31.44 | 14.86 | 70.32 | - |
| YUV | 84.69 | 205.5 | 193.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 11 | 222 | 0.20 | 0.95 | 0 | 0.13 | 287.2 | 0.91 | 0.46 |
| Hex | B1 | B | DE | 14 | 5F | 0 | D | 11F | 5B | 2E |
| Octal | 261 | 13 | 336 | 24 | 137 | 0 | 15 | 437 | 133 | 56 |
| Binary | 10110001 | 1011 | 11011110 | 10100 | 1011111 | 0 | 1101 | 100011111 | 1011011 | 101110 |
Color Harmonies of #B10BDE
Complementary color
Monochromatic Colors of #B10BDE
Black with #B10BDE
Text Example
Text Example
White with #B10BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10BDE; }
p { color: rgb(177,11,222); }
H1.HeaderClassName
{
color: #B10BDE;
}
.AnyTagClassName
{
color: #B10BDE;
}
</style>
background-color css
<style>
a { background-color: #B10BDE; }
a { background-color: rgb(177,11,222); }
div.DivClassName
{
background-color: #B10BDE;
}
.BgClassName
{
background-color: #B10BDE;
}
</style>
border-color css
<style>
span { border-color: #B10BDE; }
span { border-color: rgb(177,11,222); }
td.TdClassName
{
border-color: #B10BDE;
}
.TagClassName
{
border-color: #B10BDE;
}
</style>