Shades of Dark Violet #B103D9
Tints of Dark Violet #B103D9
RGB
CMYK
RGB Variations
Color information
#B103D9 (or 0xB103D9) is known color: Dark Violet. HEX triplet: B1, 03 and D9. RGB value is (177,3,217). Sum of RGB (Red+Green+Blue) = 177+3+217=397 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.58% from 397); Green value is 3 (1.56% from 255 or 0.76% from 397); Blue value is 217 (85.16% from 255 or 54.66% from 397); Max value from RGB is 217 - color contains mainly: blue. Hex color #B103D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B103D9 is #4EFC26. Grayscale: #4E4E4E. Windows color (decimal): -5176359 or 14222257. OLE color: 14222257.
HSL color Cylindrical-coordinate representation of color #B103D9: hue angle of 288.79º 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 #B103D9 is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 3 | 217 | - |
| CMYK | 0.18 | 0.99 | 0 | 0.15 |
| HSL | 288.79º | 0.97% | 0.43% | - |
| HSV(B) | 288.79º | 0.99% | 0.85% | - |
| XYZ | 30.69 | 14.42 | 66.81 | - |
| YUV | 79.42 | 205.65 | 197.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 3 | 217 | 0.18 | 0.99 | 0 | 0.15 | 288.79 | 0.97 | 0.43 |
| Hex | B1 | 3 | D9 | 12 | 63 | 0 | F | 121 | 61 | 2B |
| Octal | 261 | 3 | 331 | 22 | 143 | 0 | 17 | 441 | 141 | 53 |
| Binary | 10110001 | 11 | 11011001 | 10010 | 1100011 | 0 | 1111 | 100100001 | 1100001 | 101011 |
Color Harmonies of #B103D9
Complementary color
Monochromatic Colors of #B103D9
Black with #B103D9
Text Example
Text Example
White with #B103D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B103D9; }
p { color: rgb(177,3,217); }
H1.HeaderClassName
{
color: #B103D9;
}
.AnyTagClassName
{
color: #B103D9;
}
</style>
background-color css
<style>
a { background-color: #B103D9; }
a { background-color: rgb(177,3,217); }
div.DivClassName
{
background-color: #B103D9;
}
.BgClassName
{
background-color: #B103D9;
}
</style>
border-color css
<style>
span { border-color: #B103D9; }
span { border-color: rgb(177,3,217); }
td.TdClassName
{
border-color: #B103D9;
}
.TagClassName
{
border-color: #B103D9;
}
</style>