Shades of Dark Violet #B30BDD
Tints of Dark Violet #B30BDD
RGB
CMYK
RGB Variations
Color information
#B30BDD (or 0xB30BDD) is known color: Dark Violet. HEX triplet: B3, 0B and DD. RGB value is (179,11,221). Sum of RGB (Red+Green+Blue) = 179+11+221=411 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.55% from 411); Green value is 11 (4.69% from 255 or 2.68% from 411); Blue value is 221 (86.72% from 255 or 53.77% from 411); Max value from RGB is 221 - color contains mainly: blue. Hex color #B30BDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30BDD is #4CF422. Grayscale: #545454. Windows color (decimal): -5043235 or 14486451. OLE color: 14486451.
HSL color Cylindrical-coordinate representation of color #B30BDD: hue angle of 288º 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 #B30BDD is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 11 | 221 | - |
| CMYK | 0.19 | 0.95 | 0 | 0.13 |
| HSL | 288º | 0.91% | 0.45% | - |
| HSV(B) | 288º | 0.95% | 0.87% | - |
| XYZ | 31.76 | 15.04 | 69.64 | - |
| YUV | 85.17 | 204.66 | 194.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 11 | 221 | 0.19 | 0.95 | 0 | 0.13 | 288 | 0.91 | 0.45 |
| Hex | B3 | B | DD | 13 | 5F | 0 | D | 120 | 5B | 2D |
| Octal | 263 | 13 | 335 | 23 | 137 | 0 | 15 | 440 | 133 | 55 |
| Binary | 10110011 | 1011 | 11011101 | 10011 | 1011111 | 0 | 1101 | 100100000 | 1011011 | 101101 |
Color Harmonies of #B30BDD
Complementary color
Monochromatic Colors of #B30BDD
Black with #B30BDD
Text Example
Text Example
White with #B30BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30BDD; }
p { color: rgb(179,11,221); }
H1.HeaderClassName
{
color: #B30BDD;
}
.AnyTagClassName
{
color: #B30BDD;
}
</style>
background-color css
<style>
a { background-color: #B30BDD; }
a { background-color: rgb(179,11,221); }
div.DivClassName
{
background-color: #B30BDD;
}
.BgClassName
{
background-color: #B30BDD;
}
</style>
border-color css
<style>
span { border-color: #B30BDD; }
span { border-color: rgb(179,11,221); }
td.TdClassName
{
border-color: #B30BDD;
}
.TagClassName
{
border-color: #B30BDD;
}
</style>