Shades of Dark Violet #B303DF
Tints of Dark Violet #B303DF
RGB
CMYK
RGB Variations
Color information
#B303DF (or 0xB303DF) is known color: Dark Violet. HEX triplet: B3, 03 and DF. RGB value is (179,3,223). Sum of RGB (Red+Green+Blue) = 179+3+223=405 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.20% from 405); Green value is 3 (1.56% from 255 or 0.74% from 405); Blue value is 223 (87.5% from 255 or 55.06% from 405); Max value from RGB is 223 - color contains mainly: blue. Hex color #B303DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B303DF is #4CFC20. Grayscale: #505050. Windows color (decimal): -5045281 or 14615475. OLE color: 14615475.
HSL color Cylindrical-coordinate representation of color #B303DF: hue angle of 288º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B303DF is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 3 | 223 | - |
| CMYK | 0.20 | 0.99 | 0 | 0.13 |
| HSL | 288º | 0.97% | 0.44% | - |
| HSV(B) | 288º | 0.99% | 0.87% | - |
| XYZ | 31.94 | 14.98 | 71.02 | - |
| YUV | 80.7 | 208.31 | 198.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 3 | 223 | 0.20 | 0.99 | 0 | 0.13 | 288 | 0.97 | 0.44 |
| Hex | B3 | 3 | DF | 14 | 63 | 0 | D | 120 | 61 | 2C |
| Octal | 263 | 3 | 337 | 24 | 143 | 0 | 15 | 440 | 141 | 54 |
| Binary | 10110011 | 11 | 11011111 | 10100 | 1100011 | 0 | 1101 | 100100000 | 1100001 | 101100 |
Color Harmonies of #B303DF
Complementary color
Monochromatic Colors of #B303DF
Black with #B303DF
Text Example
Text Example
White with #B303DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B303DF; }
p { color: rgb(179,3,223); }
H1.HeaderClassName
{
color: #B303DF;
}
.AnyTagClassName
{
color: #B303DF;
}
</style>
background-color css
<style>
a { background-color: #B303DF; }
a { background-color: rgb(179,3,223); }
div.DivClassName
{
background-color: #B303DF;
}
.BgClassName
{
background-color: #B303DF;
}
</style>
border-color css
<style>
span { border-color: #B303DF; }
span { border-color: rgb(179,3,223); }
td.TdClassName
{
border-color: #B303DF;
}
.TagClassName
{
border-color: #B303DF;
}
</style>