Shades of Violet Blue #B06097
Tints of Violet Blue #B06097
RGB
CMYK
RGB Variations
Color information
#B06097 (or 0xB06097) is known color: Violet Blue. HEX triplet: B0, 60 and 97. RGB value is (176,96,151). Sum of RGB (Red+Green+Blue) = 176+96+151=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 96 (37.89% from 255 or 22.70% from 423); Blue value is 151 (59.38% from 255 or 35.70% from 423); Max value from RGB is 176 - color contains mainly: red. Hex color #B06097 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06097 is #4F9F68. Grayscale: #7E7E7E. Windows color (decimal): -5218153 or 9920688. OLE color: 9920688.
HSL color Cylindrical-coordinate representation of color #B06097: hue angle of 318.75º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B06097 is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 96 | 151 | - |
| CMYK | 0 | 0.45 | 0.14 | 0.31 |
| HSL | 318.75º | 0.34% | 0.53% | - |
| HSV(B) | 318.75º | 0.45% | 0.69% | - |
| XYZ | 27.67 | 19.83 | 31.65 | - |
| YUV | 126.19 | 142 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 96 | 151 | 0 | 0.45 | 0.14 | 0.31 | 318.75 | 0.34 | 0.53 |
| Hex | B0 | 60 | 97 | 0 | 2D | E | 1F | 13F | 22 | 35 |
| Octal | 260 | 140 | 227 | 0 | 55 | 16 | 37 | 477 | 42 | 65 |
| Binary | 10110000 | 1100000 | 10010111 | 0 | 101101 | 1110 | 11111 | 100111111 | 100010 | 110101 |
Color Harmonies of #B06097
Complementary color
Monochromatic Colors of #B06097
Black with #B06097
Text Example
Text Example
White with #B06097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06097; }
p { color: rgb(176,96,151); }
H1.HeaderClassName
{
color: #B06097;
}
.AnyTagClassName
{
color: #B06097;
}
</style>
background-color css
<style>
a { background-color: #B06097; }
a { background-color: rgb(176,96,151); }
div.DivClassName
{
background-color: #B06097;
}
.BgClassName
{
background-color: #B06097;
}
</style>
border-color css
<style>
span { border-color: #B06097; }
span { border-color: rgb(176,96,151); }
td.TdClassName
{
border-color: #B06097;
}
.TagClassName
{
border-color: #B06097;
}
</style>