Shades of Dark Violet #B10BDF
Tints of Dark Violet #B10BDF
RGB
CMYK
RGB Variations
Color information
#B10BDF (or 0xB10BDF) is known color: Dark Violet. HEX triplet: B1, 0B and DF. RGB value is (177,11,223). Sum of RGB (Red+Green+Blue) = 177+11+223=411 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.07% from 411); Green value is 11 (4.69% from 255 or 2.68% from 411); Blue value is 223 (87.5% from 255 or 54.26% from 411); Max value from RGB is 223 - color contains mainly: blue. Hex color #B10BDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10BDF is #4EF420. Grayscale: #545454. Windows color (decimal): -5174305 or 14617521. OLE color: 14617521.
HSL color Cylindrical-coordinate representation of color #B10BDF: hue angle of 286.98º 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 #B10BDF is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 11 | 223 | - |
| CMYK | 0.21 | 0.95 | 0 | 0.13 |
| HSL | 286.98º | 0.91% | 0.46% | - |
| HSV(B) | 286.98º | 0.95% | 0.87% | - |
| XYZ | 31.57 | 14.91 | 71.03 | - |
| YUV | 84.8 | 206 | 193.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 11 | 223 | 0.21 | 0.95 | 0 | 0.13 | 286.98 | 0.91 | 0.46 |
| Hex | B1 | B | DF | 15 | 5F | 0 | D | 11F | 5B | 2E |
| Octal | 261 | 13 | 337 | 25 | 137 | 0 | 15 | 437 | 133 | 56 |
| Binary | 10110001 | 1011 | 11011111 | 10101 | 1011111 | 0 | 1101 | 100011111 | 1011011 | 101110 |
Color Harmonies of #B10BDF
Complementary color
Monochromatic Colors of #B10BDF
Black with #B10BDF
Text Example
Text Example
White with #B10BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10BDF; }
p { color: rgb(177,11,223); }
H1.HeaderClassName
{
color: #B10BDF;
}
.AnyTagClassName
{
color: #B10BDF;
}
</style>
background-color css
<style>
a { background-color: #B10BDF; }
a { background-color: rgb(177,11,223); }
div.DivClassName
{
background-color: #B10BDF;
}
.BgClassName
{
background-color: #B10BDF;
}
</style>
border-color css
<style>
span { border-color: #B10BDF; }
span { border-color: rgb(177,11,223); }
td.TdClassName
{
border-color: #B10BDF;
}
.TagClassName
{
border-color: #B10BDF;
}
</style>