Shades of Dark Violet #B317DB
Tints of Dark Violet #B317DB
RGB
CMYK
RGB Variations
Color information
#B317DB (or 0xB317DB) is known color: Dark Violet. HEX triplet: B3, 17 and DB. RGB value is (179,23,219). Sum of RGB (Red+Green+Blue) = 179+23+219=421 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.52% from 421); Green value is 23 (9.38% from 255 or 5.46% from 421); Blue value is 219 (85.94% from 255 or 52.02% from 421); Max value from RGB is 219 - color contains mainly: blue. Hex color #B317DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B317DB is #4CE824. Grayscale: #5B5B5B. Windows color (decimal): -5040165 or 14358451. OLE color: 14358451.
HSL color Cylindrical-coordinate representation of color #B317DB: hue angle of 287.76º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B317DB is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 23 | 219 | - |
| CMYK | 0.18 | 0.89 | 0 | 0.14 |
| HSL | 287.76º | 0.81% | 0.47% | - |
| HSV(B) | 287.76º | 0.89% | 0.86% | - |
| XYZ | 31.68 | 15.31 | 68.3 | - |
| YUV | 91.99 | 199.68 | 190.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 23 | 219 | 0.18 | 0.89 | 0 | 0.14 | 287.76 | 0.81 | 0.47 |
| Hex | B3 | 17 | DB | 12 | 59 | 0 | E | 120 | 51 | 2F |
| Octal | 263 | 27 | 333 | 22 | 131 | 0 | 16 | 440 | 121 | 57 |
| Binary | 10110011 | 10111 | 11011011 | 10010 | 1011001 | 0 | 1110 | 100100000 | 1010001 | 101111 |
Color Harmonies of #B317DB
Complementary color
Monochromatic Colors of #B317DB
Black with #B317DB
Text Example
Text Example
White with #B317DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B317DB; }
p { color: rgb(179,23,219); }
H1.HeaderClassName
{
color: #B317DB;
}
.AnyTagClassName
{
color: #B317DB;
}
</style>
background-color css
<style>
a { background-color: #B317DB; }
a { background-color: rgb(179,23,219); }
div.DivClassName
{
background-color: #B317DB;
}
.BgClassName
{
background-color: #B317DB;
}
</style>
border-color css
<style>
span { border-color: #B317DB; }
span { border-color: rgb(179,23,219); }
td.TdClassName
{
border-color: #B317DB;
}
.TagClassName
{
border-color: #B317DB;
}
</style>