Shades of Dark Violet #B30ADE
Tints of Dark Violet #B30ADE
RGB
CMYK
RGB Variations
Color information
#B30ADE (or 0xB30ADE) is known color: Dark Violet. HEX triplet: B3, 0A and DE. RGB value is (179,10,222). Sum of RGB (Red+Green+Blue) = 179+10+222=411 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.55% from 411); Green value is 10 (4.30% from 255 or 2.43% from 411); Blue value is 222 (87.11% from 255 or 54.01% from 411); Max value from RGB is 222 - color contains mainly: blue. Hex color #B30ADE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30ADE is #4CF521. Grayscale: #545454. Windows color (decimal): -5043490 or 14551731. OLE color: 14551731.
HSL color Cylindrical-coordinate representation of color #B30ADE: hue angle of 287.83º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B30ADE is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 10 | 222 | - |
| CMYK | 0.19 | 0.95 | 0 | 0.13 |
| HSL | 287.83º | 0.91% | 0.45% | - |
| HSV(B) | 287.83º | 0.95% | 0.87% | - |
| XYZ | 31.88 | 15.07 | 70.34 | - |
| YUV | 84.7 | 205.49 | 195.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 10 | 222 | 0.19 | 0.95 | 0 | 0.13 | 287.83 | 0.91 | 0.45 |
| Hex | B3 | A | DE | 13 | 5F | 0 | D | 120 | 5B | 2D |
| Octal | 263 | 12 | 336 | 23 | 137 | 0 | 15 | 440 | 133 | 55 |
| Binary | 10110011 | 1010 | 11011110 | 10011 | 1011111 | 0 | 1101 | 100100000 | 1011011 | 101101 |
Color Harmonies of #B30ADE
Complementary color
Monochromatic Colors of #B30ADE
Black with #B30ADE
Text Example
Text Example
White with #B30ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30ADE; }
p { color: rgb(179,10,222); }
H1.HeaderClassName
{
color: #B30ADE;
}
.AnyTagClassName
{
color: #B30ADE;
}
</style>
background-color css
<style>
a { background-color: #B30ADE; }
a { background-color: rgb(179,10,222); }
div.DivClassName
{
background-color: #B30ADE;
}
.BgClassName
{
background-color: #B30ADE;
}
</style>
border-color css
<style>
span { border-color: #B30ADE; }
span { border-color: rgb(179,10,222); }
td.TdClassName
{
border-color: #B30ADE;
}
.TagClassName
{
border-color: #B30ADE;
}
</style>