Shades of Dark Violet #B00BDC
Tints of Dark Violet #B00BDC
RGB
CMYK
RGB Variations
Color information
#B00BDC (or 0xB00BDC) is known color: Dark Violet. HEX triplet: B0, 0B and DC. RGB value is (176,11,220). Sum of RGB (Red+Green+Blue) = 176+11+220=407 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.24% from 407); Green value is 11 (4.69% from 255 or 2.70% from 407); Blue value is 220 (86.33% from 255 or 54.05% from 407); Max value from RGB is 220 - color contains mainly: blue. Hex color #B00BDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B00BDC is #4FF423. Grayscale: #535353. Windows color (decimal): -5239844 or 14420912. OLE color: 14420912.
HSL color Cylindrical-coordinate representation of color #B00BDC: hue angle of 287.37º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B00BDC is Cyan = 0.2, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 11 | 220 | - |
| CMYK | 0.2 | 0.95 | 0 | 0.14 |
| HSL | 287.37º | 0.9% | 0.45% | - |
| HSV(B) | 287.37º | 0.95% | 0.86% | - |
| XYZ | 30.94 | 14.64 | 68.9 | - |
| YUV | 84.16 | 204.66 | 193.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 11 | 220 | 0.2 | 0.95 | 0 | 0.14 | 287.37 | 0.9 | 0.45 |
| Hex | B0 | B | DC | 14 | 5F | 0 | E | 11F | 5A | 2D |
| Octal | 260 | 13 | 334 | 24 | 137 | 0 | 16 | 437 | 132 | 55 |
| Binary | 10110000 | 1011 | 11011100 | 10100 | 1011111 | 0 | 1110 | 100011111 | 1011010 | 101101 |
Color Harmonies of #B00BDC
Complementary color
Monochromatic Colors of #B00BDC
Black with #B00BDC
Text Example
Text Example
White with #B00BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00BDC; }
p { color: rgb(176,11,220); }
H1.HeaderClassName
{
color: #B00BDC;
}
.AnyTagClassName
{
color: #B00BDC;
}
</style>
background-color css
<style>
a { background-color: #B00BDC; }
a { background-color: rgb(176,11,220); }
div.DivClassName
{
background-color: #B00BDC;
}
.BgClassName
{
background-color: #B00BDC;
}
</style>
border-color css
<style>
span { border-color: #B00BDC; }
span { border-color: rgb(176,11,220); }
td.TdClassName
{
border-color: #B00BDC;
}
.TagClassName
{
border-color: #B00BDC;
}
</style>