Shades of Dark Violet #B301DE
Tints of Dark Violet #B301DE
RGB
CMYK
RGB Variations
Color information
#B301DE (or 0xB301DE) is known color: Dark Violet. HEX triplet: B3, 01 and DE. RGB value is (179,1,222). Sum of RGB (Red+Green+Blue) = 179+1+222=402 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.53% from 402); Green value is 1 (0.78% from 255 or 0.25% from 402); Blue value is 222 (87.11% from 255 or 55.22% from 402); Max value from RGB is 222 - color contains mainly: blue. Hex color #B301DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B301DE is #4CFE21. Grayscale: #4E4E4E. Windows color (decimal): -5045794 or 14549427. OLE color: 14549427.
HSL color Cylindrical-coordinate representation of color #B301DE: hue angle of 288.33º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B301DE is Cyan = 0.19, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 1 | 222 | - |
| CMYK | 0.19 | 1.00 | 0 | 0.13 |
| HSL | 288.33º | 0.99% | 0.44% | - |
| HSV(B) | 288.33º | 1% | 0.87% | - |
| XYZ | 31.79 | 14.88 | 70.3 | - |
| YUV | 79.42 | 208.47 | 199.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 1 | 222 | 0.19 | 1.00 | 0 | 0.13 | 288.33 | 0.99 | 0.44 |
| Hex | B3 | 1 | DE | 13 | 64 | 0 | D | 120 | 63 | 2C |
| Octal | 263 | 1 | 336 | 23 | 144 | 0 | 15 | 440 | 143 | 54 |
| Binary | 10110011 | 1 | 11011110 | 10011 | 1100100 | 0 | 1101 | 100100000 | 1100011 | 101100 |
Color Harmonies of #B301DE
Complementary color
Monochromatic Colors of #B301DE
Black with #B301DE
Text Example
Text Example
White with #B301DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B301DE; }
p { color: rgb(179,1,222); }
H1.HeaderClassName
{
color: #B301DE;
}
.AnyTagClassName
{
color: #B301DE;
}
</style>
background-color css
<style>
a { background-color: #B301DE; }
a { background-color: rgb(179,1,222); }
div.DivClassName
{
background-color: #B301DE;
}
.BgClassName
{
background-color: #B301DE;
}
</style>
border-color css
<style>
span { border-color: #B301DE; }
span { border-color: rgb(179,1,222); }
td.TdClassName
{
border-color: #B301DE;
}
.TagClassName
{
border-color: #B301DE;
}
</style>