Shades of Dark Violet #B212DA
Tints of Dark Violet #B212DA
RGB
CMYK
RGB Variations
Color information
#B212DA (or 0xB212DA) is known color: Dark Violet. HEX triplet: B2, 12 and DA. RGB value is (178,18,218). Sum of RGB (Red+Green+Blue) = 178+18+218=414 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.00% from 414); Green value is 18 (7.42% from 255 or 4.35% from 414); Blue value is 218 (85.55% from 255 or 52.66% from 414); Max value from RGB is 218 - color contains mainly: blue. Hex color #B212DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B212DA is #4DED25. Grayscale: #585858. Windows color (decimal): -5106982 or 14291634. OLE color: 14291634.
HSL color Cylindrical-coordinate representation of color #B212DA: hue angle of 288º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B212DA is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 18 | 218 | - |
| CMYK | 0.18 | 0.92 | 0 | 0.15 |
| HSL | 288º | 0.85% | 0.46% | - |
| HSV(B) | 288º | 0.92% | 0.85% | - |
| XYZ | 31.23 | 14.96 | 67.57 | - |
| YUV | 88.64 | 201.01 | 191.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 18 | 218 | 0.18 | 0.92 | 0 | 0.15 | 288 | 0.85 | 0.46 |
| Hex | B2 | 12 | DA | 12 | 5C | 0 | F | 120 | 55 | 2E |
| Octal | 262 | 22 | 332 | 22 | 134 | 0 | 17 | 440 | 125 | 56 |
| Binary | 10110010 | 10010 | 11011010 | 10010 | 1011100 | 0 | 1111 | 100100000 | 1010101 | 101110 |
Color Harmonies of #B212DA
Complementary color
Monochromatic Colors of #B212DA
Black with #B212DA
Text Example
Text Example
White with #B212DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B212DA; }
p { color: rgb(178,18,218); }
H1.HeaderClassName
{
color: #B212DA;
}
.AnyTagClassName
{
color: #B212DA;
}
</style>
background-color css
<style>
a { background-color: #B212DA; }
a { background-color: rgb(178,18,218); }
div.DivClassName
{
background-color: #B212DA;
}
.BgClassName
{
background-color: #B212DA;
}
</style>
border-color css
<style>
span { border-color: #B212DA; }
span { border-color: rgb(178,18,218); }
td.TdClassName
{
border-color: #B212DA;
}
.TagClassName
{
border-color: #B212DA;
}
</style>