Shades of Dark Violet #B214DF
Tints of Dark Violet #B214DF
RGB
CMYK
RGB Variations
Color information
#B214DF (or 0xB214DF) is known color: Dark Violet. HEX triplet: B2, 14 and DF. RGB value is (178,20,223). Sum of RGB (Red+Green+Blue) = 178+20+223=421 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.28% from 421); Green value is 20 (8.20% from 255 or 4.75% from 421); Blue value is 223 (87.5% from 255 or 52.97% from 421); Max value from RGB is 223 - color contains mainly: blue. Hex color #B214DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B214DF is #4DEB20. Grayscale: #595959. Windows color (decimal): -5106465 or 14619826. OLE color: 14619826.
HSL color Cylindrical-coordinate representation of color #B214DF: hue angle of 286.7º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B214DF is Cyan = 0.20, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 20 | 223 | - |
| CMYK | 0.20 | 0.91 | 0 | 0.13 |
| HSL | 286.7º | 0.84% | 0.48% | - |
| HSV(B) | 286.7º | 0.91% | 0.87% | - |
| XYZ | 31.93 | 15.29 | 71.08 | - |
| YUV | 90.38 | 202.85 | 190.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 20 | 223 | 0.20 | 0.91 | 0 | 0.13 | 286.7 | 0.84 | 0.48 |
| Hex | B2 | 14 | DF | 14 | 5B | 0 | D | 11F | 54 | 30 |
| Octal | 262 | 24 | 337 | 24 | 133 | 0 | 15 | 437 | 124 | 60 |
| Binary | 10110010 | 10100 | 11011111 | 10100 | 1011011 | 0 | 1101 | 100011111 | 1010100 | 110000 |
Color Harmonies of #B214DF
Complementary color
Monochromatic Colors of #B214DF
Black with #B214DF
Text Example
Text Example
White with #B214DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B214DF; }
p { color: rgb(178,20,223); }
H1.HeaderClassName
{
color: #B214DF;
}
.AnyTagClassName
{
color: #B214DF;
}
</style>
background-color css
<style>
a { background-color: #B214DF; }
a { background-color: rgb(178,20,223); }
div.DivClassName
{
background-color: #B214DF;
}
.BgClassName
{
background-color: #B214DF;
}
</style>
border-color css
<style>
span { border-color: #B214DF; }
span { border-color: rgb(178,20,223); }
td.TdClassName
{
border-color: #B214DF;
}
.TagClassName
{
border-color: #B214DF;
}
</style>