Shades of Dark Violet #B316DF
Tints of Dark Violet #B316DF
RGB
CMYK
RGB Variations
Color information
#B316DF (or 0xB316DF) is known color: Dark Violet. HEX triplet: B3, 16 and DF. RGB value is (179,22,223). Sum of RGB (Red+Green+Blue) = 179+22+223=424 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.22% from 424); Green value is 22 (8.98% from 255 or 5.19% from 424); Blue value is 223 (87.5% from 255 or 52.59% from 424); Max value from RGB is 223 - color contains mainly: blue. Hex color #B316DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B316DF is #4CE920. Grayscale: #5B5B5B. Windows color (decimal): -5040417 or 14620339. OLE color: 14620339.
HSL color Cylindrical-coordinate representation of color #B316DF: hue angle of 286.87º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B316DF is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 22 | 223 | - |
| CMYK | 0.20 | 0.90 | 0 | 0.13 |
| HSL | 286.87º | 0.82% | 0.48% | - |
| HSV(B) | 286.87º | 0.9% | 0.87% | - |
| XYZ | 32.2 | 15.49 | 71.1 | - |
| YUV | 91.86 | 202.01 | 190.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 22 | 223 | 0.20 | 0.90 | 0 | 0.13 | 286.87 | 0.82 | 0.48 |
| Hex | B3 | 16 | DF | 14 | 5A | 0 | D | 11F | 52 | 30 |
| Octal | 263 | 26 | 337 | 24 | 132 | 0 | 15 | 437 | 122 | 60 |
| Binary | 10110011 | 10110 | 11011111 | 10100 | 1011010 | 0 | 1101 | 100011111 | 1010010 | 110000 |
Color Harmonies of #B316DF
Complementary color
Monochromatic Colors of #B316DF
Black with #B316DF
Text Example
Text Example
White with #B316DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B316DF; }
p { color: rgb(179,22,223); }
H1.HeaderClassName
{
color: #B316DF;
}
.AnyTagClassName
{
color: #B316DF;
}
</style>
background-color css
<style>
a { background-color: #B316DF; }
a { background-color: rgb(179,22,223); }
div.DivClassName
{
background-color: #B316DF;
}
.BgClassName
{
background-color: #B316DF;
}
</style>
border-color css
<style>
span { border-color: #B316DF; }
span { border-color: rgb(179,22,223); }
td.TdClassName
{
border-color: #B316DF;
}
.TagClassName
{
border-color: #B316DF;
}
</style>