Shades of Dark Violet #B30EDC
Tints of Dark Violet #B30EDC
RGB
CMYK
RGB Variations
Color information
#B30EDC (or 0xB30EDC) is known color: Dark Violet. HEX triplet: B3, 0E and DC. RGB value is (179,14,220). Sum of RGB (Red+Green+Blue) = 179+14+220=413 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.34% from 413); Green value is 14 (5.86% from 255 or 3.39% from 413); Blue value is 220 (86.33% from 255 or 53.27% from 413); Max value from RGB is 220 - color contains mainly: blue. Hex color #B30EDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30EDC is #4CF123. Grayscale: #565656. Windows color (decimal): -5042468 or 14421683. OLE color: 14421683.
HSL color Cylindrical-coordinate representation of color #B30EDC: hue angle of 288.06º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B30EDC is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 14 | 220 | - |
| CMYK | 0.19 | 0.94 | 0 | 0.14 |
| HSL | 288.06º | 0.88% | 0.46% | - |
| HSV(B) | 288.06º | 0.94% | 0.86% | - |
| XYZ | 31.67 | 15.07 | 68.95 | - |
| YUV | 86.82 | 203.16 | 193.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 14 | 220 | 0.19 | 0.94 | 0 | 0.14 | 288.06 | 0.88 | 0.46 |
| Hex | B3 | E | DC | 13 | 5E | 0 | E | 120 | 58 | 2E |
| Octal | 263 | 16 | 334 | 23 | 136 | 0 | 16 | 440 | 130 | 56 |
| Binary | 10110011 | 1110 | 11011100 | 10011 | 1011110 | 0 | 1110 | 100100000 | 1011000 | 101110 |
Color Harmonies of #B30EDC
Complementary color
Monochromatic Colors of #B30EDC
Black with #B30EDC
Text Example
Text Example
White with #B30EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30EDC; }
p { color: rgb(179,14,220); }
H1.HeaderClassName
{
color: #B30EDC;
}
.AnyTagClassName
{
color: #B30EDC;
}
</style>
background-color css
<style>
a { background-color: #B30EDC; }
a { background-color: rgb(179,14,220); }
div.DivClassName
{
background-color: #B30EDC;
}
.BgClassName
{
background-color: #B30EDC;
}
</style>
border-color css
<style>
span { border-color: #B30EDC; }
span { border-color: rgb(179,14,220); }
td.TdClassName
{
border-color: #B30EDC;
}
.TagClassName
{
border-color: #B30EDC;
}
</style>