Shades of Violet Blue #B0609E
Tints of Violet Blue #B0609E
RGB
CMYK
RGB Variations
Color information
#B0609E (or 0xB0609E) is known color: Violet Blue. HEX triplet: B0, 60 and 9E. RGB value is (176,96,158). Sum of RGB (Red+Green+Blue) = 176+96+158=430 (56% of max value = 765). Red value is 176 (69.14% from 255 or 40.93% from 430); Green value is 96 (37.89% from 255 or 22.33% from 430); Blue value is 158 (62.11% from 255 or 36.74% from 430); Max value from RGB is 176 - color contains mainly: red. Hex color #B0609E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0609E is #4F9F61. Grayscale: #7E7E7E. Windows color (decimal): -5218146 or 10379440. OLE color: 10379440.
HSL color Cylindrical-coordinate representation of color #B0609E: hue angle of 313.5º 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 #B0609E is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 96 | 158 | - |
| CMYK | 0 | 0.45 | 0.10 | 0.31 |
| HSL | 313.5º | 0.34% | 0.53% | - |
| HSV(B) | 313.5º | 0.45% | 0.69% | - |
| XYZ | 28.26 | 20.06 | 34.73 | - |
| YUV | 126.99 | 145.5 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 96 | 158 | 0 | 0.45 | 0.10 | 0.31 | 313.5 | 0.34 | 0.53 |
| Hex | B0 | 60 | 9E | 0 | 2D | A | 1F | 13A | 22 | 35 |
| Octal | 260 | 140 | 236 | 0 | 55 | 12 | 37 | 472 | 42 | 65 |
| Binary | 10110000 | 1100000 | 10011110 | 0 | 101101 | 1010 | 11111 | 100111010 | 100010 | 110101 |
Color Harmonies of #B0609E
Complementary color
Monochromatic Colors of #B0609E
Black with #B0609E
Text Example
Text Example
White with #B0609E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0609E; }
p { color: rgb(176,96,158); }
H1.HeaderClassName
{
color: #B0609E;
}
.AnyTagClassName
{
color: #B0609E;
}
</style>
background-color css
<style>
a { background-color: #B0609E; }
a { background-color: rgb(176,96,158); }
div.DivClassName
{
background-color: #B0609E;
}
.BgClassName
{
background-color: #B0609E;
}
</style>
border-color css
<style>
span { border-color: #B0609E; }
span { border-color: rgb(176,96,158); }
td.TdClassName
{
border-color: #B0609E;
}
.TagClassName
{
border-color: #B0609E;
}
</style>