Shades of Dark Violet #B105DD
Tints of Dark Violet #B105DD
RGB
CMYK
RGB Variations
Color information
#B105DD (or 0xB105DD) is known color: Dark Violet. HEX triplet: B1, 05 and DD. RGB value is (177,5,221). Sum of RGB (Red+Green+Blue) = 177+5+221=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 5 (2.34% from 255 or 1.24% from 403); Blue value is 221 (86.72% from 255 or 54.84% from 403); Max value from RGB is 221 - color contains mainly: blue. Hex color #B105DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B105DD is #4EFA22. Grayscale: #505050. Windows color (decimal): -5175843 or 14484913. OLE color: 14484913.
HSL color Cylindrical-coordinate representation of color #B105DD: hue angle of 287.78º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B105DD is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 5 | 221 | - |
| CMYK | 0.20 | 0.98 | 0 | 0.13 |
| HSL | 287.78º | 0.96% | 0.44% | - |
| HSV(B) | 287.78º | 0.98% | 0.87% | - |
| XYZ | 31.24 | 14.68 | 69.59 | - |
| YUV | 81.05 | 206.98 | 196.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 5 | 221 | 0.20 | 0.98 | 0 | 0.13 | 287.78 | 0.96 | 0.44 |
| Hex | B1 | 5 | DD | 14 | 62 | 0 | D | 120 | 60 | 2C |
| Octal | 261 | 5 | 335 | 24 | 142 | 0 | 15 | 440 | 140 | 54 |
| Binary | 10110001 | 101 | 11011101 | 10100 | 1100010 | 0 | 1101 | 100100000 | 1100000 | 101100 |
Color Harmonies of #B105DD
Complementary color
Monochromatic Colors of #B105DD
Black with #B105DD
Text Example
Text Example
White with #B105DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B105DD; }
p { color: rgb(177,5,221); }
H1.HeaderClassName
{
color: #B105DD;
}
.AnyTagClassName
{
color: #B105DD;
}
</style>
background-color css
<style>
a { background-color: #B105DD; }
a { background-color: rgb(177,5,221); }
div.DivClassName
{
background-color: #B105DD;
}
.BgClassName
{
background-color: #B105DD;
}
</style>
border-color css
<style>
span { border-color: #B105DD; }
span { border-color: rgb(177,5,221); }
td.TdClassName
{
border-color: #B105DD;
}
.TagClassName
{
border-color: #B105DD;
}
</style>