Shades of Violet Blue #B16DB5
Tints of Violet Blue #B16DB5
RGB
CMYK
RGB Variations
Color information
#B16DB5 (or 0xB16DB5) is known color: Violet Blue. HEX triplet: B1, 6D and B5. RGB value is (177,109,181). Sum of RGB (Red+Green+Blue) = 177+109+181=467 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.90% from 467); Green value is 109 (42.97% from 255 or 23.34% from 467); Blue value is 181 (71.09% from 255 or 38.76% from 467); Max value from RGB is 181 - color contains mainly: blue. Hex color #B16DB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16DB5 is #4E924A. Grayscale: #898989. Windows color (decimal): -5149259 or 11890097. OLE color: 11890097.
HSL color Cylindrical-coordinate representation of color #B16DB5: hue angle of 296.67º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B16DB5 is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 177 | 109 | 181 | - |
| CMYK | 0.02 | 0.40 | 0 | 0.29 |
| HSL | 296.67º | 0.33% | 0.57% | - |
| HSV(B) | 296.67º | 0.4% | 0.71% | - |
| XYZ | 31.94 | 23.62 | 46.59 | - |
| YUV | 137.54 | 152.53 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 109 | 181 | 0.02 | 0.40 | 0 | 0.29 | 296.67 | 0.33 | 0.57 |
| Hex | B1 | 6D | B5 | 2 | 28 | 0 | 1D | 129 | 21 | 39 |
| Octal | 261 | 155 | 265 | 2 | 50 | 0 | 35 | 451 | 41 | 71 |
| Binary | 10110001 | 1101101 | 10110101 | 10 | 101000 | 0 | 11101 | 100101001 | 100001 | 111001 |
Color Harmonies of #B16DB5
Complementary color
Monochromatic Colors of #B16DB5
Black with #B16DB5
Text Example
Text Example
White with #B16DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16DB5; }
p { color: rgb(177,109,181); }
H1.HeaderClassName
{
color: #B16DB5;
}
.AnyTagClassName
{
color: #B16DB5;
}
</style>
background-color css
<style>
a { background-color: #B16DB5; }
a { background-color: rgb(177,109,181); }
div.DivClassName
{
background-color: #B16DB5;
}
.BgClassName
{
background-color: #B16DB5;
}
</style>
border-color css
<style>
span { border-color: #B16DB5; }
span { border-color: rgb(177,109,181); }
td.TdClassName
{
border-color: #B16DB5;
}
.TagClassName
{
border-color: #B16DB5;
}
</style>