Shades of Dark Violet #B30DDD
Tints of Dark Violet #B30DDD
RGB
CMYK
RGB Variations
Color information
#B30DDD (or 0xB30DDD) is known color: Dark Violet. HEX triplet: B3, 0D and DD. RGB value is (179,13,221). Sum of RGB (Red+Green+Blue) = 179+13+221=413 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.34% from 413); Green value is 13 (5.47% from 255 or 3.15% from 413); Blue value is 221 (86.72% from 255 or 53.51% from 413); Max value from RGB is 221 - color contains mainly: blue. Hex color #B30DDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30DDD is #4CF222. Grayscale: #555555. Windows color (decimal): -5042723 or 14486963. OLE color: 14486963.
HSL color Cylindrical-coordinate representation of color #B30DDD: hue angle of 287.88º 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 #B30DDD is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 13 | 221 | - |
| CMYK | 0.19 | 0.94 | 0 | 0.13 |
| HSL | 287.88º | 0.89% | 0.46% | - |
| HSV(B) | 287.88º | 0.94% | 0.87% | - |
| XYZ | 31.79 | 15.09 | 69.64 | - |
| YUV | 86.35 | 204 | 194.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 13 | 221 | 0.19 | 0.94 | 0 | 0.13 | 287.88 | 0.89 | 0.46 |
| Hex | B3 | D | DD | 13 | 5E | 0 | D | 120 | 59 | 2E |
| Octal | 263 | 15 | 335 | 23 | 136 | 0 | 15 | 440 | 131 | 56 |
| Binary | 10110011 | 1101 | 11011101 | 10011 | 1011110 | 0 | 1101 | 100100000 | 1011001 | 101110 |
Color Harmonies of #B30DDD
Complementary color
Monochromatic Colors of #B30DDD
Black with #B30DDD
Text Example
Text Example
White with #B30DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30DDD; }
p { color: rgb(179,13,221); }
H1.HeaderClassName
{
color: #B30DDD;
}
.AnyTagClassName
{
color: #B30DDD;
}
</style>
background-color css
<style>
a { background-color: #B30DDD; }
a { background-color: rgb(179,13,221); }
div.DivClassName
{
background-color: #B30DDD;
}
.BgClassName
{
background-color: #B30DDD;
}
</style>
border-color css
<style>
span { border-color: #B30DDD; }
span { border-color: rgb(179,13,221); }
td.TdClassName
{
border-color: #B30DDD;
}
.TagClassName
{
border-color: #B30DDD;
}
</style>