Shades of Dark Violet #B30DDE
Tints of Dark Violet #B30DDE
RGB
CMYK
RGB Variations
Color information
#B30DDE (or 0xB30DDE) is known color: Dark Violet. HEX triplet: B3, 0D and DE. RGB value is (179,13,222). Sum of RGB (Red+Green+Blue) = 179+13+222=414 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.24% from 414); Green value is 13 (5.47% from 255 or 3.14% from 414); Blue value is 222 (87.11% from 255 or 53.62% from 414); Max value from RGB is 222 - color contains mainly: blue. Hex color #B30DDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30DDE is #4CF221. Grayscale: #555555. Windows color (decimal): -5042722 or 14552499. OLE color: 14552499.
HSL color Cylindrical-coordinate representation of color #B30DDE: hue angle of 287.66º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B30DDE is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 13 | 222 | - |
| CMYK | 0.19 | 0.94 | 0 | 0.13 |
| HSL | 287.66º | 0.89% | 0.46% | - |
| HSV(B) | 287.66º | 0.94% | 0.87% | - |
| XYZ | 31.92 | 15.15 | 70.35 | - |
| YUV | 86.46 | 204.5 | 194.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 13 | 222 | 0.19 | 0.94 | 0 | 0.13 | 287.66 | 0.89 | 0.46 |
| Hex | B3 | D | DE | 13 | 5E | 0 | D | 120 | 59 | 2E |
| Octal | 263 | 15 | 336 | 23 | 136 | 0 | 15 | 440 | 131 | 56 |
| Binary | 10110011 | 1101 | 11011110 | 10011 | 1011110 | 0 | 1101 | 100100000 | 1011001 | 101110 |
Color Harmonies of #B30DDE
Complementary color
Monochromatic Colors of #B30DDE
Black with #B30DDE
Text Example
Text Example
White with #B30DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30DDE; }
p { color: rgb(179,13,222); }
H1.HeaderClassName
{
color: #B30DDE;
}
.AnyTagClassName
{
color: #B30DDE;
}
</style>
background-color css
<style>
a { background-color: #B30DDE; }
a { background-color: rgb(179,13,222); }
div.DivClassName
{
background-color: #B30DDE;
}
.BgClassName
{
background-color: #B30DDE;
}
</style>
border-color css
<style>
span { border-color: #B30DDE; }
span { border-color: rgb(179,13,222); }
td.TdClassName
{
border-color: #B30DDE;
}
.TagClassName
{
border-color: #B30DDE;
}
</style>