Shades of Dark Violet #B00BD3
Tints of Dark Violet #B00BD3
RGB
CMYK
RGB Variations
Color information
#B00BD3 (or 0xB00BD3) is known color: Dark Violet. HEX triplet: B0, 0B and D3. RGB value is (176,11,211). Sum of RGB (Red+Green+Blue) = 176+11+211=398 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.22% from 398); Green value is 11 (4.69% from 255 or 2.76% from 398); Blue value is 211 (82.81% from 255 or 53.02% from 398); Max value from RGB is 211 - color contains mainly: blue. Hex color #B00BD3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B00BD3 is #4FF42C. Grayscale: #525252. Windows color (decimal): -5239853 or 13831088. OLE color: 13831088.
HSL color Cylindrical-coordinate representation of color #B00BD3: hue angle of 289.5º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B00BD3 is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 176 | 11 | 211 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.17 |
| HSL | 289.5º | 0.9% | 0.44% | - |
| HSV(B) | 289.5º | 0.95% | 0.83% | - |
| XYZ | 29.78 | 14.17 | 62.79 | - |
| YUV | 83.14 | 200.16 | 194.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 11 | 211 | 0.17 | 0.95 | 0 | 0.17 | 289.5 | 0.9 | 0.44 |
| Hex | B0 | B | D3 | 11 | 5F | 0 | 11 | 122 | 5A | 2C |
| Octal | 260 | 13 | 323 | 21 | 137 | 0 | 21 | 442 | 132 | 54 |
| Binary | 10110000 | 1011 | 11010011 | 10001 | 1011111 | 0 | 10001 | 100100010 | 1011010 | 101100 |
Color Harmonies of #B00BD3
Complementary color
Monochromatic Colors of #B00BD3
Black with #B00BD3
Text Example
Text Example
White with #B00BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00BD3; }
p { color: rgb(176,11,211); }
H1.HeaderClassName
{
color: #B00BD3;
}
.AnyTagClassName
{
color: #B00BD3;
}
</style>
background-color css
<style>
a { background-color: #B00BD3; }
a { background-color: rgb(176,11,211); }
div.DivClassName
{
background-color: #B00BD3;
}
.BgClassName
{
background-color: #B00BD3;
}
</style>
border-color css
<style>
span { border-color: #B00BD3; }
span { border-color: rgb(176,11,211); }
td.TdClassName
{
border-color: #B00BD3;
}
.TagClassName
{
border-color: #B00BD3;
}
</style>