Shades of Dark Violet #B313DF
Tints of Dark Violet #B313DF
RGB
CMYK
RGB Variations
Color information
#B313DF (or 0xB313DF) is known color: Dark Violet. HEX triplet: B3, 13 and DF. RGB value is (179,19,223). Sum of RGB (Red+Green+Blue) = 179+19+223=421 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.52% from 421); Green value is 19 (7.81% from 255 or 4.51% 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 #B313DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B313DF is #4CEC20. Grayscale: #595959. Windows color (decimal): -5041185 or 14619571. OLE color: 14619571.
HSL color Cylindrical-coordinate representation of color #B313DF: hue angle of 287.06º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B313DF is Cyan = 0.20, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 19 | 223 | - |
| CMYK | 0.20 | 0.91 | 0 | 0.13 |
| HSL | 287.06º | 0.84% | 0.47% | - |
| HSV(B) | 287.06º | 0.91% | 0.87% | - |
| XYZ | 32.14 | 15.38 | 71.09 | - |
| YUV | 90.1 | 203.01 | 191.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 19 | 223 | 0.20 | 0.91 | 0 | 0.13 | 287.06 | 0.84 | 0.47 |
| Hex | B3 | 13 | DF | 14 | 5B | 0 | D | 11F | 54 | 2F |
| Octal | 263 | 23 | 337 | 24 | 133 | 0 | 15 | 437 | 124 | 57 |
| Binary | 10110011 | 10011 | 11011111 | 10100 | 1011011 | 0 | 1101 | 100011111 | 1010100 | 101111 |
Color Harmonies of #B313DF
Complementary color
Monochromatic Colors of #B313DF
Black with #B313DF
Text Example
Text Example
White with #B313DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B313DF; }
p { color: rgb(179,19,223); }
H1.HeaderClassName
{
color: #B313DF;
}
.AnyTagClassName
{
color: #B313DF;
}
</style>
background-color css
<style>
a { background-color: #B313DF; }
a { background-color: rgb(179,19,223); }
div.DivClassName
{
background-color: #B313DF;
}
.BgClassName
{
background-color: #B313DF;
}
</style>
border-color css
<style>
span { border-color: #B313DF; }
span { border-color: rgb(179,19,223); }
td.TdClassName
{
border-color: #B313DF;
}
.TagClassName
{
border-color: #B313DF;
}
</style>