Shades of Violet Blue #B060B1
Tints of Violet Blue #B060B1
RGB
CMYK
RGB Variations
Color information
#B060B1 (or 0xB060B1) is known color: Violet Blue. HEX triplet: B0, 60 and B1. RGB value is (176,96,177). Sum of RGB (Red+Green+Blue) = 176+96+177=449 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.20% from 449); Green value is 96 (37.89% from 255 or 21.38% from 449); Blue value is 177 (69.53% from 255 or 39.42% from 449); Max value from RGB is 177 - color contains mainly: blue. Hex color #B060B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B060B1 is #4F9F4E. Grayscale: #808080. Windows color (decimal): -5218127 or 11624624. OLE color: 11624624.
HSL color Cylindrical-coordinate representation of color #B060B1: hue angle of 299.26º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B060B1 is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 96 | 177 | - |
| CMYK | 0.01 | 0.46 | 0 | 0.31 |
| HSL | 299.26º | 0.34% | 0.54% | - |
| HSV(B) | 299.26º | 0.46% | 0.69% | - |
| XYZ | 30.02 | 20.77 | 44.02 | - |
| YUV | 129.15 | 155 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 96 | 177 | 0.01 | 0.46 | 0 | 0.31 | 299.26 | 0.34 | 0.54 |
| Hex | B0 | 60 | B1 | 1 | 2E | 0 | 1F | 12B | 22 | 36 |
| Octal | 260 | 140 | 261 | 1 | 56 | 0 | 37 | 453 | 42 | 66 |
| Binary | 10110000 | 1100000 | 10110001 | 1 | 101110 | 0 | 11111 | 100101011 | 100010 | 110110 |
Color Harmonies of #B060B1
Complementary color
Monochromatic Colors of #B060B1
Black with #B060B1
Text Example
Text Example
White with #B060B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B060B1; }
p { color: rgb(176,96,177); }
H1.HeaderClassName
{
color: #B060B1;
}
.AnyTagClassName
{
color: #B060B1;
}
</style>
background-color css
<style>
a { background-color: #B060B1; }
a { background-color: rgb(176,96,177); }
div.DivClassName
{
background-color: #B060B1;
}
.BgClassName
{
background-color: #B060B1;
}
</style>
border-color css
<style>
span { border-color: #B060B1; }
span { border-color: rgb(176,96,177); }
td.TdClassName
{
border-color: #B060B1;
}
.TagClassName
{
border-color: #B060B1;
}
</style>