Shades of Violet Blue #B06FB1
Tints of Violet Blue #B06FB1
RGB
CMYK
RGB Variations
Color information
#B06FB1 (or 0xB06FB1) is known color: Violet Blue. HEX triplet: B0, 6F and B1. RGB value is (176,111,177). Sum of RGB (Red+Green+Blue) = 176+111+177=464 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.93% from 464); Green value is 111 (43.75% from 255 or 23.92% from 464); Blue value is 177 (69.53% from 255 or 38.15% from 464); Max value from RGB is 177 - color contains mainly: blue. Hex color #B06FB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06FB1 is #4F904E. Grayscale: #898989. Windows color (decimal): -5214287 or 11628464. OLE color: 11628464.
HSL color Cylindrical-coordinate representation of color #B06FB1: hue angle of 299.09º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B06FB1 is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 111 | 177 | - |
| CMYK | 0.01 | 0.37 | 0 | 0.31 |
| HSL | 299.09º | 0.3% | 0.56% | - |
| HSV(B) | 299.09º | 0.37% | 0.69% | - |
| XYZ | 31.52 | 23.77 | 44.52 | - |
| YUV | 137.96 | 150.03 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 111 | 177 | 0.01 | 0.37 | 0 | 0.31 | 299.09 | 0.3 | 0.56 |
| Hex | B0 | 6F | B1 | 1 | 25 | 0 | 1F | 12B | 1E | 38 |
| Octal | 260 | 157 | 261 | 1 | 45 | 0 | 37 | 453 | 36 | 70 |
| Binary | 10110000 | 1101111 | 10110001 | 1 | 100101 | 0 | 11111 | 100101011 | 11110 | 111000 |
Color Harmonies of #B06FB1
Complementary color
Monochromatic Colors of #B06FB1
Black with #B06FB1
Text Example
Text Example
White with #B06FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06FB1; }
p { color: rgb(176,111,177); }
H1.HeaderClassName
{
color: #B06FB1;
}
.AnyTagClassName
{
color: #B06FB1;
}
</style>
background-color css
<style>
a { background-color: #B06FB1; }
a { background-color: rgb(176,111,177); }
div.DivClassName
{
background-color: #B06FB1;
}
.BgClassName
{
background-color: #B06FB1;
}
</style>
border-color css
<style>
span { border-color: #B06FB1; }
span { border-color: rgb(176,111,177); }
td.TdClassName
{
border-color: #B06FB1;
}
.TagClassName
{
border-color: #B06FB1;
}
</style>