Shades of Dark Violet #B003DA
Tints of Dark Violet #B003DA
RGB
CMYK
RGB Variations
Color information
#B003DA (or 0xB003DA) is known color: Dark Violet. HEX triplet: B0, 03 and DA. RGB value is (176,3,218). Sum of RGB (Red+Green+Blue) = 176+3+218=397 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.33% from 397); Green value is 3 (1.56% from 255 or 0.76% from 397); Blue value is 218 (85.55% from 255 or 54.91% from 397); Max value from RGB is 218 - color contains mainly: blue. Hex color #B003DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B003DA is #4FFC25. Grayscale: #4E4E4E. Windows color (decimal): -5241894 or 14287792. OLE color: 14287792.
HSL color Cylindrical-coordinate representation of color #B003DA: hue angle of 288.28º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B003DA is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 3 | 218 | - |
| CMYK | 0.19 | 0.99 | 0 | 0.15 |
| HSL | 288.28º | 0.97% | 0.43% | - |
| HSV(B) | 288.28º | 0.99% | 0.85% | - |
| XYZ | 30.59 | 14.36 | 67.49 | - |
| YUV | 79.24 | 206.31 | 197.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 3 | 218 | 0.19 | 0.99 | 0 | 0.15 | 288.28 | 0.97 | 0.43 |
| Hex | B0 | 3 | DA | 13 | 63 | 0 | F | 120 | 61 | 2B |
| Octal | 260 | 3 | 332 | 23 | 143 | 0 | 17 | 440 | 141 | 53 |
| Binary | 10110000 | 11 | 11011010 | 10011 | 1100011 | 0 | 1111 | 100100000 | 1100001 | 101011 |
Color Harmonies of #B003DA
Complementary color
Monochromatic Colors of #B003DA
Black with #B003DA
Text Example
Text Example
White with #B003DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B003DA; }
p { color: rgb(176,3,218); }
H1.HeaderClassName
{
color: #B003DA;
}
.AnyTagClassName
{
color: #B003DA;
}
</style>
background-color css
<style>
a { background-color: #B003DA; }
a { background-color: rgb(176,3,218); }
div.DivClassName
{
background-color: #B003DA;
}
.BgClassName
{
background-color: #B003DA;
}
</style>
border-color css
<style>
span { border-color: #B003DA; }
span { border-color: rgb(176,3,218); }
td.TdClassName
{
border-color: #B003DA;
}
.TagClassName
{
border-color: #B003DA;
}
</style>