Shades of Dark Violet #B00BDF
Tints of Dark Violet #B00BDF
RGB
CMYK
RGB Variations
Color information
#B00BDF (or 0xB00BDF) is known color: Dark Violet. HEX triplet: B0, 0B and DF. RGB value is (176,11,223). Sum of RGB (Red+Green+Blue) = 176+11+223=410 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.93% from 410); Green value is 11 (4.69% from 255 or 2.68% from 410); Blue value is 223 (87.5% from 255 or 54.39% from 410); Max value from RGB is 223 - color contains mainly: blue. Hex color #B00BDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B00BDF is #4FF420. Grayscale: #535353. Windows color (decimal): -5239841 or 14617520. OLE color: 14617520.
HSL color Cylindrical-coordinate representation of color #B00BDF: hue angle of 286.7º 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 #B00BDF is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 11 | 223 | - |
| CMYK | 0.21 | 0.95 | 0 | 0.13 |
| HSL | 286.7º | 0.91% | 0.46% | - |
| HSV(B) | 286.7º | 0.95% | 0.87% | - |
| XYZ | 31.34 | 14.8 | 71.02 | - |
| YUV | 84.5 | 206.16 | 193.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 11 | 223 | 0.21 | 0.95 | 0 | 0.13 | 286.7 | 0.91 | 0.46 |
| Hex | B0 | B | DF | 15 | 5F | 0 | D | 11F | 5B | 2E |
| Octal | 260 | 13 | 337 | 25 | 137 | 0 | 15 | 437 | 133 | 56 |
| Binary | 10110000 | 1011 | 11011111 | 10101 | 1011111 | 0 | 1101 | 100011111 | 1011011 | 101110 |
Color Harmonies of #B00BDF
Complementary color
Monochromatic Colors of #B00BDF
Black with #B00BDF
Text Example
Text Example
White with #B00BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00BDF; }
p { color: rgb(176,11,223); }
H1.HeaderClassName
{
color: #B00BDF;
}
.AnyTagClassName
{
color: #B00BDF;
}
</style>
background-color css
<style>
a { background-color: #B00BDF; }
a { background-color: rgb(176,11,223); }
div.DivClassName
{
background-color: #B00BDF;
}
.BgClassName
{
background-color: #B00BDF;
}
</style>
border-color css
<style>
span { border-color: #B00BDF; }
span { border-color: rgb(176,11,223); }
td.TdClassName
{
border-color: #B00BDF;
}
.TagClassName
{
border-color: #B00BDF;
}
</style>