Shades of Dark Violet #B00CDE
Tints of Dark Violet #B00CDE
RGB
CMYK
RGB Variations
Color information
#B00CDE (or 0xB00CDE) is known color: Dark Violet. HEX triplet: B0, 0C and DE. RGB value is (176,12,222). Sum of RGB (Red+Green+Blue) = 176+12+222=410 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.93% from 410); Green value is 12 (5.08% from 255 or 2.93% 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 #B00CDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B00CDE is #4FF321. Grayscale: #545454. Windows color (decimal): -5239586 or 14552240. OLE color: 14552240.
HSL color Cylindrical-coordinate representation of color #B00CDE: hue angle of 286.86º degrees, saturation: 0.9, 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 #B00CDE is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 12 | 222 | - |
| CMYK | 0.21 | 0.95 | 0 | 0.13 |
| HSL | 286.86º | 0.9% | 0.46% | - |
| HSV(B) | 286.86º | 0.95% | 0.87% | - |
| XYZ | 31.22 | 14.77 | 70.31 | - |
| YUV | 84.98 | 205.33 | 192.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 12 | 222 | 0.21 | 0.95 | 0 | 0.13 | 286.86 | 0.9 | 0.46 |
| Hex | B0 | C | DE | 15 | 5F | 0 | D | 11F | 5A | 2E |
| Octal | 260 | 14 | 336 | 25 | 137 | 0 | 15 | 437 | 132 | 56 |
| Binary | 10110000 | 1100 | 11011110 | 10101 | 1011111 | 0 | 1101 | 100011111 | 1011010 | 101110 |
Color Harmonies of #B00CDE
Complementary color
Monochromatic Colors of #B00CDE
Black with #B00CDE
Text Example
Text Example
White with #B00CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00CDE; }
p { color: rgb(176,12,222); }
H1.HeaderClassName
{
color: #B00CDE;
}
.AnyTagClassName
{
color: #B00CDE;
}
</style>
background-color css
<style>
a { background-color: #B00CDE; }
a { background-color: rgb(176,12,222); }
div.DivClassName
{
background-color: #B00CDE;
}
.BgClassName
{
background-color: #B00CDE;
}
</style>
border-color css
<style>
span { border-color: #B00CDE; }
span { border-color: rgb(176,12,222); }
td.TdClassName
{
border-color: #B00CDE;
}
.TagClassName
{
border-color: #B00CDE;
}
</style>