Shades of Dark Violet #B214DB
Tints of Dark Violet #B214DB
RGB
CMYK
RGB Variations
Color information
#B214DB (or 0xB214DB) is known color: Dark Violet. HEX triplet: B2, 14 and DB. RGB value is (178,20,219). Sum of RGB (Red+Green+Blue) = 178+20+219=417 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.69% from 417); Green value is 20 (8.20% from 255 or 4.80% from 417); Blue value is 219 (85.94% from 255 or 52.52% from 417); Max value from RGB is 219 - color contains mainly: blue. Hex color #B214DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B214DB is #4DEB24. Grayscale: #595959. Windows color (decimal): -5106469 or 14357682. OLE color: 14357682.
HSL color Cylindrical-coordinate representation of color #B214DB: hue angle of 287.64º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B214DB is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 20 | 219 | - |
| CMYK | 0.19 | 0.91 | 0 | 0.14 |
| HSL | 287.64º | 0.83% | 0.47% | - |
| HSV(B) | 287.64º | 0.91% | 0.86% | - |
| XYZ | 31.4 | 15.08 | 68.27 | - |
| YUV | 89.93 | 200.85 | 190.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 20 | 219 | 0.19 | 0.91 | 0 | 0.14 | 287.64 | 0.83 | 0.47 |
| Hex | B2 | 14 | DB | 13 | 5B | 0 | E | 120 | 53 | 2F |
| Octal | 262 | 24 | 333 | 23 | 133 | 0 | 16 | 440 | 123 | 57 |
| Binary | 10110010 | 10100 | 11011011 | 10011 | 1011011 | 0 | 1110 | 100100000 | 1010011 | 101111 |
Color Harmonies of #B214DB
Complementary color
Monochromatic Colors of #B214DB
Black with #B214DB
Text Example
Text Example
White with #B214DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B214DB; }
p { color: rgb(178,20,219); }
H1.HeaderClassName
{
color: #B214DB;
}
.AnyTagClassName
{
color: #B214DB;
}
</style>
background-color css
<style>
a { background-color: #B214DB; }
a { background-color: rgb(178,20,219); }
div.DivClassName
{
background-color: #B214DB;
}
.BgClassName
{
background-color: #B214DB;
}
</style>
border-color css
<style>
span { border-color: #B214DB; }
span { border-color: rgb(178,20,219); }
td.TdClassName
{
border-color: #B214DB;
}
.TagClassName
{
border-color: #B214DB;
}
</style>