Shades of Dark Violet #B30EDE
Tints of Dark Violet #B30EDE
RGB
CMYK
RGB Variations
Color information
#B30EDE (or 0xB30EDE) is known color: Dark Violet. HEX triplet: B3, 0E and DE. RGB value is (179,14,222). Sum of RGB (Red+Green+Blue) = 179+14+222=415 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.13% from 415); Green value is 14 (5.86% from 255 or 3.37% from 415); Blue value is 222 (87.11% from 255 or 53.49% from 415); Max value from RGB is 222 - color contains mainly: blue. Hex color #B30EDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30EDE is #4CF121. Grayscale: #565656. Windows color (decimal): -5042466 or 14552755. OLE color: 14552755.
HSL color Cylindrical-coordinate representation of color #B30EDE: hue angle of 287.6º degrees, saturation: 0.88, 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 #B30EDE is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 14 | 222 | - |
| CMYK | 0.19 | 0.94 | 0 | 0.13 |
| HSL | 287.6º | 0.88% | 0.46% | - |
| HSV(B) | 287.6º | 0.94% | 0.87% | - |
| XYZ | 31.93 | 15.17 | 70.35 | - |
| YUV | 87.05 | 204.16 | 193.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 14 | 222 | 0.19 | 0.94 | 0 | 0.13 | 287.6 | 0.88 | 0.46 |
| Hex | B3 | E | DE | 13 | 5E | 0 | D | 120 | 58 | 2E |
| Octal | 263 | 16 | 336 | 23 | 136 | 0 | 15 | 440 | 130 | 56 |
| Binary | 10110011 | 1110 | 11011110 | 10011 | 1011110 | 0 | 1101 | 100100000 | 1011000 | 101110 |
Color Harmonies of #B30EDE
Complementary color
Monochromatic Colors of #B30EDE
Black with #B30EDE
Text Example
Text Example
White with #B30EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30EDE; }
p { color: rgb(179,14,222); }
H1.HeaderClassName
{
color: #B30EDE;
}
.AnyTagClassName
{
color: #B30EDE;
}
</style>
background-color css
<style>
a { background-color: #B30EDE; }
a { background-color: rgb(179,14,222); }
div.DivClassName
{
background-color: #B30EDE;
}
.BgClassName
{
background-color: #B30EDE;
}
</style>
border-color css
<style>
span { border-color: #B30EDE; }
span { border-color: rgb(179,14,222); }
td.TdClassName
{
border-color: #B30EDE;
}
.TagClassName
{
border-color: #B30EDE;
}
</style>