Shades of Dark Violet #B104D3
Tints of Dark Violet #B104D3
RGB
CMYK
RGB Variations
Color information
#B104D3 (or 0xB104D3) is known color: Dark Violet. HEX triplet: B1, 04 and D3. RGB value is (177,4,211). Sum of RGB (Red+Green+Blue) = 177+4+211=392 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.15% from 392); Green value is 4 (1.95% from 255 or 1.02% from 392); Blue value is 211 (82.81% from 255 or 53.83% from 392); Max value from RGB is 211 - color contains mainly: blue. Hex color #B104D3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B104D3 is #4EFB2C. Grayscale: #4E4E4E. Windows color (decimal): -5176109 or 13829297. OLE color: 13829297.
HSL color Cylindrical-coordinate representation of color #B104D3: hue angle of 290.14º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B104D3 is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 177 | 4 | 211 | - |
| CMYK | 0.16 | 0.98 | 0 | 0.17 |
| HSL | 290.14º | 0.96% | 0.42% | - |
| HSV(B) | 290.14º | 0.98% | 0.83% | - |
| XYZ | 29.93 | 14.14 | 62.78 | - |
| YUV | 79.33 | 202.31 | 197.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 4 | 211 | 0.16 | 0.98 | 0 | 0.17 | 290.14 | 0.96 | 0.42 |
| Hex | B1 | 4 | D3 | 10 | 62 | 0 | 11 | 122 | 60 | 2A |
| Octal | 261 | 4 | 323 | 20 | 142 | 0 | 21 | 442 | 140 | 52 |
| Binary | 10110001 | 100 | 11010011 | 10000 | 1100010 | 0 | 10001 | 100100010 | 1100000 | 101010 |
Color Harmonies of #B104D3
Complementary color
Monochromatic Colors of #B104D3
Black with #B104D3
Text Example
Text Example
White with #B104D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B104D3; }
p { color: rgb(177,4,211); }
H1.HeaderClassName
{
color: #B104D3;
}
.AnyTagClassName
{
color: #B104D3;
}
</style>
background-color css
<style>
a { background-color: #B104D3; }
a { background-color: rgb(177,4,211); }
div.DivClassName
{
background-color: #B104D3;
}
.BgClassName
{
background-color: #B104D3;
}
</style>
border-color css
<style>
span { border-color: #B104D3; }
span { border-color: rgb(177,4,211); }
td.TdClassName
{
border-color: #B104D3;
}
.TagClassName
{
border-color: #B104D3;
}
</style>