Shades of Dark Violet #B308DF
Tints of Dark Violet #B308DF
RGB
CMYK
RGB Variations
Color information
#B308DF (or 0xB308DF) is known color: Dark Violet. HEX triplet: B3, 08 and DF. RGB value is (179,8,223). Sum of RGB (Red+Green+Blue) = 179+8+223=410 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.66% from 410); Green value is 8 (3.52% from 255 or 1.95% from 410); Blue value is 223 (87.5% from 255 or 54.39% from 410); Max value from RGB is 223 - color contains mainly: blue. Hex color #B308DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B308DF is #4CF720. Grayscale: #525252. Windows color (decimal): -5044001 or 14616755. OLE color: 14616755.
HSL color Cylindrical-coordinate representation of color #B308DF: hue angle of 287.72º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B308DF is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 8 | 223 | - |
| CMYK | 0.20 | 0.96 | 0 | 0.13 |
| HSL | 287.72º | 0.93% | 0.45% | - |
| HSV(B) | 287.72º | 0.96% | 0.87% | - |
| XYZ | 32 | 15.09 | 71.04 | - |
| YUV | 83.64 | 206.65 | 196.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 8 | 223 | 0.20 | 0.96 | 0 | 0.13 | 287.72 | 0.93 | 0.45 |
| Hex | B3 | 8 | DF | 14 | 60 | 0 | D | 120 | 5D | 2D |
| Octal | 263 | 10 | 337 | 24 | 140 | 0 | 15 | 440 | 135 | 55 |
| Binary | 10110011 | 1000 | 11011111 | 10100 | 1100000 | 0 | 1101 | 100100000 | 1011101 | 101101 |
Color Harmonies of #B308DF
Complementary color
Monochromatic Colors of #B308DF
Black with #B308DF
Text Example
Text Example
White with #B308DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B308DF; }
p { color: rgb(179,8,223); }
H1.HeaderClassName
{
color: #B308DF;
}
.AnyTagClassName
{
color: #B308DF;
}
</style>
background-color css
<style>
a { background-color: #B308DF; }
a { background-color: rgb(179,8,223); }
div.DivClassName
{
background-color: #B308DF;
}
.BgClassName
{
background-color: #B308DF;
}
</style>
border-color css
<style>
span { border-color: #B308DF; }
span { border-color: rgb(179,8,223); }
td.TdClassName
{
border-color: #B308DF;
}
.TagClassName
{
border-color: #B308DF;
}
</style>