Shades of Dark Violet #B20FDA
Tints of Dark Violet #B20FDA
RGB
CMYK
RGB Variations
Color information
#B20FDA (or 0xB20FDA) is known color: Dark Violet. HEX triplet: B2, 0F and DA. RGB value is (178,15,218). Sum of RGB (Red+Green+Blue) = 178+15+218=411 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.31% from 411); Green value is 15 (6.25% from 255 or 3.65% from 411); Blue value is 218 (85.55% from 255 or 53.04% from 411); Max value from RGB is 218 - color contains mainly: blue. Hex color #B20FDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20FDA is #4DF025. Grayscale: #565656. Windows color (decimal): -5107750 or 14290866. OLE color: 14290866.
HSL color Cylindrical-coordinate representation of color #B20FDA: hue angle of 288.18º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B20FDA is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 15 | 218 | - |
| CMYK | 0.18 | 0.93 | 0 | 0.15 |
| HSL | 288.18º | 0.87% | 0.46% | - |
| HSV(B) | 288.18º | 0.93% | 0.85% | - |
| XYZ | 31.19 | 14.87 | 67.56 | - |
| YUV | 86.88 | 202 | 192.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 15 | 218 | 0.18 | 0.93 | 0 | 0.15 | 288.18 | 0.87 | 0.46 |
| Hex | B2 | F | DA | 12 | 5D | 0 | F | 120 | 57 | 2E |
| Octal | 262 | 17 | 332 | 22 | 135 | 0 | 17 | 440 | 127 | 56 |
| Binary | 10110010 | 1111 | 11011010 | 10010 | 1011101 | 0 | 1111 | 100100000 | 1010111 | 101110 |
Color Harmonies of #B20FDA
Complementary color
Monochromatic Colors of #B20FDA
Black with #B20FDA
Text Example
Text Example
White with #B20FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20FDA; }
p { color: rgb(178,15,218); }
H1.HeaderClassName
{
color: #B20FDA;
}
.AnyTagClassName
{
color: #B20FDA;
}
</style>
background-color css
<style>
a { background-color: #B20FDA; }
a { background-color: rgb(178,15,218); }
div.DivClassName
{
background-color: #B20FDA;
}
.BgClassName
{
background-color: #B20FDA;
}
</style>
border-color css
<style>
span { border-color: #B20FDA; }
span { border-color: rgb(178,15,218); }
td.TdClassName
{
border-color: #B20FDA;
}
.TagClassName
{
border-color: #B20FDA;
}
</style>