Shades of Dark Violet #B30DDF
Tints of Dark Violet #B30DDF
RGB
CMYK
RGB Variations
Color information
#B30DDF (or 0xB30DDF) is known color: Dark Violet. HEX triplet: B3, 0D and DF. RGB value is (179,13,223). Sum of RGB (Red+Green+Blue) = 179+13+223=415 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.13% from 415); Green value is 13 (5.47% from 255 or 3.13% from 415); Blue value is 223 (87.5% from 255 or 53.73% from 415); Max value from RGB is 223 - color contains mainly: blue. Hex color #B30DDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30DDF is #4CF220. Grayscale: #555555. Windows color (decimal): -5042721 or 14618035. OLE color: 14618035.
HSL color Cylindrical-coordinate representation of color #B30DDF: hue angle of 287.43º 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 #B30DDF is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 13 | 223 | - |
| CMYK | 0.20 | 0.94 | 0 | 0.13 |
| HSL | 287.43º | 0.89% | 0.46% | - |
| HSV(B) | 287.43º | 0.94% | 0.87% | - |
| XYZ | 32.05 | 15.2 | 71.06 | - |
| YUV | 86.57 | 205 | 193.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 13 | 223 | 0.20 | 0.94 | 0 | 0.13 | 287.43 | 0.89 | 0.46 |
| Hex | B3 | D | DF | 14 | 5E | 0 | D | 11F | 59 | 2E |
| Octal | 263 | 15 | 337 | 24 | 136 | 0 | 15 | 437 | 131 | 56 |
| Binary | 10110011 | 1101 | 11011111 | 10100 | 1011110 | 0 | 1101 | 100011111 | 1011001 | 101110 |
Color Harmonies of #B30DDF
Complementary color
Monochromatic Colors of #B30DDF
Black with #B30DDF
Text Example
Text Example
White with #B30DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30DDF; }
p { color: rgb(179,13,223); }
H1.HeaderClassName
{
color: #B30DDF;
}
.AnyTagClassName
{
color: #B30DDF;
}
</style>
background-color css
<style>
a { background-color: #B30DDF; }
a { background-color: rgb(179,13,223); }
div.DivClassName
{
background-color: #B30DDF;
}
.BgClassName
{
background-color: #B30DDF;
}
</style>
border-color css
<style>
span { border-color: #B30DDF; }
span { border-color: rgb(179,13,223); }
td.TdClassName
{
border-color: #B30DDF;
}
.TagClassName
{
border-color: #B30DDF;
}
</style>