Shades of Dark Violet #B30CDD
Tints of Dark Violet #B30CDD
RGB
CMYK
RGB Variations
Color information
#B30CDD (or 0xB30CDD) is known color: Dark Violet. HEX triplet: B3, 0C and DD. RGB value is (179,12,221). Sum of RGB (Red+Green+Blue) = 179+12+221=412 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.45% from 412); Green value is 12 (5.08% from 255 or 2.91% from 412); Blue value is 221 (86.72% from 255 or 53.64% from 412); Max value from RGB is 221 - color contains mainly: blue. Hex color #B30CDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30CDD is #4CF322. Grayscale: #555555. Windows color (decimal): -5042979 or 14486707. OLE color: 14486707.
HSL color Cylindrical-coordinate representation of color #B30CDD: hue angle of 287.94º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B30CDD is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 12 | 221 | - |
| CMYK | 0.19 | 0.95 | 0 | 0.13 |
| HSL | 287.94º | 0.9% | 0.46% | - |
| HSV(B) | 287.94º | 0.95% | 0.87% | - |
| XYZ | 31.77 | 15.07 | 69.64 | - |
| YUV | 85.76 | 204.33 | 194.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 12 | 221 | 0.19 | 0.95 | 0 | 0.13 | 287.94 | 0.9 | 0.46 |
| Hex | B3 | C | DD | 13 | 5F | 0 | D | 120 | 5A | 2E |
| Octal | 263 | 14 | 335 | 23 | 137 | 0 | 15 | 440 | 132 | 56 |
| Binary | 10110011 | 1100 | 11011101 | 10011 | 1011111 | 0 | 1101 | 100100000 | 1011010 | 101110 |
Color Harmonies of #B30CDD
Complementary color
Monochromatic Colors of #B30CDD
Black with #B30CDD
Text Example
Text Example
White with #B30CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30CDD; }
p { color: rgb(179,12,221); }
H1.HeaderClassName
{
color: #B30CDD;
}
.AnyTagClassName
{
color: #B30CDD;
}
</style>
background-color css
<style>
a { background-color: #B30CDD; }
a { background-color: rgb(179,12,221); }
div.DivClassName
{
background-color: #B30CDD;
}
.BgClassName
{
background-color: #B30CDD;
}
</style>
border-color css
<style>
span { border-color: #B30CDD; }
span { border-color: rgb(179,12,221); }
td.TdClassName
{
border-color: #B30CDD;
}
.TagClassName
{
border-color: #B30CDD;
}
</style>