Shades of Dark Violet #B315DF
Tints of Dark Violet #B315DF
RGB
CMYK
RGB Variations
Color information
#B315DF (or 0xB315DF) is known color: Dark Violet. HEX triplet: B3, 15 and DF. RGB value is (179,21,223). Sum of RGB (Red+Green+Blue) = 179+21+223=423 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.32% from 423); Green value is 21 (8.59% from 255 or 4.96% from 423); Blue value is 223 (87.5% from 255 or 52.72% from 423); Max value from RGB is 223 - color contains mainly: blue. Hex color #B315DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B315DF is #4CEA20. Grayscale: #5A5A5A. Windows color (decimal): -5040673 or 14620083. OLE color: 14620083.
HSL color Cylindrical-coordinate representation of color #B315DF: hue angle of 286.93º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B315DF is Cyan = 0.20, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 21 | 223 | - |
| CMYK | 0.20 | 0.91 | 0 | 0.13 |
| HSL | 286.93º | 0.83% | 0.48% | - |
| HSV(B) | 286.93º | 0.91% | 0.87% | - |
| XYZ | 32.18 | 15.45 | 71.1 | - |
| YUV | 91.27 | 202.35 | 190.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 21 | 223 | 0.20 | 0.91 | 0 | 0.13 | 286.93 | 0.83 | 0.48 |
| Hex | B3 | 15 | DF | 14 | 5B | 0 | D | 11F | 53 | 30 |
| Octal | 263 | 25 | 337 | 24 | 133 | 0 | 15 | 437 | 123 | 60 |
| Binary | 10110011 | 10101 | 11011111 | 10100 | 1011011 | 0 | 1101 | 100011111 | 1010011 | 110000 |
Color Harmonies of #B315DF
Complementary color
Monochromatic Colors of #B315DF
Black with #B315DF
Text Example
Text Example
White with #B315DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B315DF; }
p { color: rgb(179,21,223); }
H1.HeaderClassName
{
color: #B315DF;
}
.AnyTagClassName
{
color: #B315DF;
}
</style>
background-color css
<style>
a { background-color: #B315DF; }
a { background-color: rgb(179,21,223); }
div.DivClassName
{
background-color: #B315DF;
}
.BgClassName
{
background-color: #B315DF;
}
</style>
border-color css
<style>
span { border-color: #B315DF; }
span { border-color: rgb(179,21,223); }
td.TdClassName
{
border-color: #B315DF;
}
.TagClassName
{
border-color: #B315DF;
}
</style>