Shades of Dark Violet #B214DD
Tints of Dark Violet #B214DD
RGB
CMYK
RGB Variations
Color information
#B214DD (or 0xB214DD) is known color: Dark Violet. HEX triplet: B2, 14 and DD. RGB value is (178,20,221). Sum of RGB (Red+Green+Blue) = 178+20+221=419 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.48% from 419); Green value is 20 (8.20% from 255 or 4.77% from 419); Blue value is 221 (86.72% from 255 or 52.74% from 419); Max value from RGB is 221 - color contains mainly: blue. Hex color #B214DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B214DD is #4DEB22. Grayscale: #595959. Windows color (decimal): -5106467 or 14488754. OLE color: 14488754.
HSL color Cylindrical-coordinate representation of color #B214DD: hue angle of 287.16º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B214DD is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 20 | 221 | - |
| CMYK | 0.19 | 0.91 | 0 | 0.13 |
| HSL | 287.16º | 0.83% | 0.47% | - |
| HSV(B) | 287.16º | 0.91% | 0.87% | - |
| XYZ | 31.66 | 15.19 | 69.67 | - |
| YUV | 90.16 | 201.85 | 190.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 20 | 221 | 0.19 | 0.91 | 0 | 0.13 | 287.16 | 0.83 | 0.47 |
| Hex | B2 | 14 | DD | 13 | 5B | 0 | D | 11F | 53 | 2F |
| Octal | 262 | 24 | 335 | 23 | 133 | 0 | 15 | 437 | 123 | 57 |
| Binary | 10110010 | 10100 | 11011101 | 10011 | 1011011 | 0 | 1101 | 100011111 | 1010011 | 101111 |
Color Harmonies of #B214DD
Complementary color
Monochromatic Colors of #B214DD
Black with #B214DD
Text Example
Text Example
White with #B214DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B214DD; }
p { color: rgb(178,20,221); }
H1.HeaderClassName
{
color: #B214DD;
}
.AnyTagClassName
{
color: #B214DD;
}
</style>
background-color css
<style>
a { background-color: #B214DD; }
a { background-color: rgb(178,20,221); }
div.DivClassName
{
background-color: #B214DD;
}
.BgClassName
{
background-color: #B214DD;
}
</style>
border-color css
<style>
span { border-color: #B214DD; }
span { border-color: rgb(178,20,221); }
td.TdClassName
{
border-color: #B214DD;
}
.TagClassName
{
border-color: #B214DD;
}
</style>