Shades of Dark Violet #B105DC
Tints of Dark Violet #B105DC
RGB
CMYK
RGB Variations
Color information
#B105DC (or 0xB105DC) is known color: Dark Violet. HEX triplet: B1, 05 and DC. RGB value is (177,5,220). Sum of RGB (Red+Green+Blue) = 177+5+220=402 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.03% from 402); Green value is 5 (2.34% from 255 or 1.24% from 402); Blue value is 220 (86.33% from 255 or 54.73% from 402); Max value from RGB is 220 - color contains mainly: blue. Hex color #B105DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B105DC is #4EFA23. Grayscale: #505050. Windows color (decimal): -5175844 or 14419377. OLE color: 14419377.
HSL color Cylindrical-coordinate representation of color #B105DC: hue angle of 288º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B105DC is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 5 | 220 | - |
| CMYK | 0.20 | 0.98 | 0 | 0.14 |
| HSL | 288º | 0.96% | 0.44% | - |
| HSV(B) | 288º | 0.98% | 0.86% | - |
| XYZ | 31.1 | 14.62 | 68.89 | - |
| YUV | 80.94 | 206.48 | 196.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 5 | 220 | 0.20 | 0.98 | 0 | 0.14 | 288 | 0.96 | 0.44 |
| Hex | B1 | 5 | DC | 14 | 62 | 0 | E | 120 | 60 | 2C |
| Octal | 261 | 5 | 334 | 24 | 142 | 0 | 16 | 440 | 140 | 54 |
| Binary | 10110001 | 101 | 11011100 | 10100 | 1100010 | 0 | 1110 | 100100000 | 1100000 | 101100 |
Color Harmonies of #B105DC
Complementary color
Monochromatic Colors of #B105DC
Black with #B105DC
Text Example
Text Example
White with #B105DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B105DC; }
p { color: rgb(177,5,220); }
H1.HeaderClassName
{
color: #B105DC;
}
.AnyTagClassName
{
color: #B105DC;
}
</style>
background-color css
<style>
a { background-color: #B105DC; }
a { background-color: rgb(177,5,220); }
div.DivClassName
{
background-color: #B105DC;
}
.BgClassName
{
background-color: #B105DC;
}
</style>
border-color css
<style>
span { border-color: #B105DC; }
span { border-color: rgb(177,5,220); }
td.TdClassName
{
border-color: #B105DC;
}
.TagClassName
{
border-color: #B105DC;
}
</style>