Shades of Dark Violet #B308DD
Tints of Dark Violet #B308DD
RGB
CMYK
RGB Variations
Color information
#B308DD (or 0xB308DD) is known color: Dark Violet. HEX triplet: B3, 08 and DD. RGB value is (179,8,221). Sum of RGB (Red+Green+Blue) = 179+8+221=408 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.87% from 408); Green value is 8 (3.52% from 255 or 1.96% from 408); Blue value is 221 (86.72% from 255 or 54.17% from 408); Max value from RGB is 221 - color contains mainly: blue. Hex color #B308DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B308DD is #4CF722. Grayscale: #525252. Windows color (decimal): -5044003 or 14485683. OLE color: 14485683.
HSL color Cylindrical-coordinate representation of color #B308DD: hue angle of 288.17º 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 #B308DD is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 8 | 221 | - |
| CMYK | 0.19 | 0.96 | 0 | 0.13 |
| HSL | 288.17º | 0.93% | 0.45% | - |
| HSV(B) | 288.17º | 0.96% | 0.87% | - |
| XYZ | 31.73 | 14.98 | 69.63 | - |
| YUV | 83.41 | 205.65 | 196.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 8 | 221 | 0.19 | 0.96 | 0 | 0.13 | 288.17 | 0.93 | 0.45 |
| Hex | B3 | 8 | DD | 13 | 60 | 0 | D | 120 | 5D | 2D |
| Octal | 263 | 10 | 335 | 23 | 140 | 0 | 15 | 440 | 135 | 55 |
| Binary | 10110011 | 1000 | 11011101 | 10011 | 1100000 | 0 | 1101 | 100100000 | 1011101 | 101101 |
Color Harmonies of #B308DD
Complementary color
Monochromatic Colors of #B308DD
Black with #B308DD
Text Example
Text Example
White with #B308DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B308DD; }
p { color: rgb(179,8,221); }
H1.HeaderClassName
{
color: #B308DD;
}
.AnyTagClassName
{
color: #B308DD;
}
</style>
background-color css
<style>
a { background-color: #B308DD; }
a { background-color: rgb(179,8,221); }
div.DivClassName
{
background-color: #B308DD;
}
.BgClassName
{
background-color: #B308DD;
}
</style>
border-color css
<style>
span { border-color: #B308DD; }
span { border-color: rgb(179,8,221); }
td.TdClassName
{
border-color: #B308DD;
}
.TagClassName
{
border-color: #B308DD;
}
</style>