Shades of Dark Violet #B20BDF
Tints of Dark Violet #B20BDF
RGB
CMYK
RGB Variations
Color information
#B20BDF (or 0xB20BDF) is known color: Dark Violet. HEX triplet: B2, 0B and DF. RGB value is (178,11,223). Sum of RGB (Red+Green+Blue) = 178+11+223=412 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.20% from 412); Green value is 11 (4.69% from 255 or 2.67% from 412); Blue value is 223 (87.5% from 255 or 54.13% from 412); Max value from RGB is 223 - color contains mainly: blue. Hex color #B20BDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20BDF is #4DF420. Grayscale: #545454. Windows color (decimal): -5108769 or 14617522. OLE color: 14617522.
HSL color Cylindrical-coordinate representation of color #B20BDF: hue angle of 287.26º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B20BDF is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 11 | 223 | - |
| CMYK | 0.20 | 0.95 | 0 | 0.13 |
| HSL | 287.26º | 0.91% | 0.46% | - |
| HSV(B) | 287.26º | 0.95% | 0.87% | - |
| XYZ | 31.8 | 15.03 | 71.04 | - |
| YUV | 85.1 | 205.83 | 194.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 11 | 223 | 0.20 | 0.95 | 0 | 0.13 | 287.26 | 0.91 | 0.46 |
| Hex | B2 | B | DF | 14 | 5F | 0 | D | 11F | 5B | 2E |
| Octal | 262 | 13 | 337 | 24 | 137 | 0 | 15 | 437 | 133 | 56 |
| Binary | 10110010 | 1011 | 11011111 | 10100 | 1011111 | 0 | 1101 | 100011111 | 1011011 | 101110 |
Color Harmonies of #B20BDF
Complementary color
Monochromatic Colors of #B20BDF
Black with #B20BDF
Text Example
Text Example
White with #B20BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20BDF; }
p { color: rgb(178,11,223); }
H1.HeaderClassName
{
color: #B20BDF;
}
.AnyTagClassName
{
color: #B20BDF;
}
</style>
background-color css
<style>
a { background-color: #B20BDF; }
a { background-color: rgb(178,11,223); }
div.DivClassName
{
background-color: #B20BDF;
}
.BgClassName
{
background-color: #B20BDF;
}
</style>
border-color css
<style>
span { border-color: #B20BDF; }
span { border-color: rgb(178,11,223); }
td.TdClassName
{
border-color: #B20BDF;
}
.TagClassName
{
border-color: #B20BDF;
}
</style>