Shades of Violet Blue #B16FB2
Tints of Violet Blue #B16FB2
RGB
CMYK
RGB Variations
Color information
#B16FB2 (or 0xB16FB2) is known color: Violet Blue. HEX triplet: B1, 6F and B2. RGB value is (177,111,178). Sum of RGB (Red+Green+Blue) = 177+111+178=466 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.98% from 466); Green value is 111 (43.75% from 255 or 23.82% from 466); Blue value is 178 (69.92% from 255 or 38.20% from 466); Max value from RGB is 178 - color contains mainly: blue. Hex color #B16FB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16FB2 is #4E904D. Grayscale: #8A8A8A. Windows color (decimal): -5148750 or 11694001. OLE color: 11694001.
HSL color Cylindrical-coordinate representation of color #B16FB2: hue angle of 299.1º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B16FB2 is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 177 | 111 | 178 | - |
| CMYK | 0.01 | 0.38 | 0 | 0.30 |
| HSL | 299.1º | 0.3% | 0.57% | - |
| HSV(B) | 299.1º | 0.38% | 0.7% | - |
| XYZ | 31.85 | 23.93 | 45.06 | - |
| YUV | 138.37 | 150.37 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 111 | 178 | 0.01 | 0.38 | 0 | 0.30 | 299.1 | 0.3 | 0.57 |
| Hex | B1 | 6F | B2 | 1 | 26 | 0 | 1E | 12B | 1E | 39 |
| Octal | 261 | 157 | 262 | 1 | 46 | 0 | 36 | 453 | 36 | 71 |
| Binary | 10110001 | 1101111 | 10110010 | 1 | 100110 | 0 | 11110 | 100101011 | 11110 | 111001 |
Color Harmonies of #B16FB2
Complementary color
Monochromatic Colors of #B16FB2
Black with #B16FB2
Text Example
Text Example
White with #B16FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16FB2; }
p { color: rgb(177,111,178); }
H1.HeaderClassName
{
color: #B16FB2;
}
.AnyTagClassName
{
color: #B16FB2;
}
</style>
background-color css
<style>
a { background-color: #B16FB2; }
a { background-color: rgb(177,111,178); }
div.DivClassName
{
background-color: #B16FB2;
}
.BgClassName
{
background-color: #B16FB2;
}
</style>
border-color css
<style>
span { border-color: #B16FB2; }
span { border-color: rgb(177,111,178); }
td.TdClassName
{
border-color: #B16FB2;
}
.TagClassName
{
border-color: #B16FB2;
}
</style>