Shades of Dark Violet #B20FDD
Tints of Dark Violet #B20FDD
RGB
CMYK
RGB Variations
Color information
#B20FDD (or 0xB20FDD) is known color: Dark Violet. HEX triplet: B2, 0F and DD. RGB value is (178,15,221). Sum of RGB (Red+Green+Blue) = 178+15+221=414 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.00% from 414); Green value is 15 (6.25% from 255 or 3.62% from 414); Blue value is 221 (86.72% from 255 or 53.38% from 414); Max value from RGB is 221 - color contains mainly: blue. Hex color #B20FDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20FDD is #4DF022. Grayscale: #565656. Windows color (decimal): -5107747 or 14487474. OLE color: 14487474.
HSL color Cylindrical-coordinate representation of color #B20FDD: hue angle of 287.48º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B20FDD is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 15 | 221 | - |
| CMYK | 0.19 | 0.93 | 0 | 0.13 |
| HSL | 287.48º | 0.87% | 0.46% | - |
| HSV(B) | 287.48º | 0.93% | 0.87% | - |
| XYZ | 31.58 | 15.03 | 69.64 | - |
| YUV | 87.22 | 203.5 | 192.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 15 | 221 | 0.19 | 0.93 | 0 | 0.13 | 287.48 | 0.87 | 0.46 |
| Hex | B2 | F | DD | 13 | 5D | 0 | D | 11F | 57 | 2E |
| Octal | 262 | 17 | 335 | 23 | 135 | 0 | 15 | 437 | 127 | 56 |
| Binary | 10110010 | 1111 | 11011101 | 10011 | 1011101 | 0 | 1101 | 100011111 | 1010111 | 101110 |
Color Harmonies of #B20FDD
Complementary color
Monochromatic Colors of #B20FDD
Black with #B20FDD
Text Example
Text Example
White with #B20FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20FDD; }
p { color: rgb(178,15,221); }
H1.HeaderClassName
{
color: #B20FDD;
}
.AnyTagClassName
{
color: #B20FDD;
}
</style>
background-color css
<style>
a { background-color: #B20FDD; }
a { background-color: rgb(178,15,221); }
div.DivClassName
{
background-color: #B20FDD;
}
.BgClassName
{
background-color: #B20FDD;
}
</style>
border-color css
<style>
span { border-color: #B20FDD; }
span { border-color: rgb(178,15,221); }
td.TdClassName
{
border-color: #B20FDD;
}
.TagClassName
{
border-color: #B20FDD;
}
</style>