Shades of Violet Blue #B0609A
Tints of Violet Blue #B0609A
RGB
CMYK
RGB Variations
Color information
#B0609A (or 0xB0609A) is known color: Violet Blue. HEX triplet: B0, 60 and 9A. RGB value is (176,96,154). Sum of RGB (Red+Green+Blue) = 176+96+154=426 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.31% from 426); Green value is 96 (37.89% from 255 or 22.54% from 426); Blue value is 154 (60.55% from 255 or 36.15% from 426); Max value from RGB is 176 - color contains mainly: red. Hex color #B0609A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0609A is #4F9F65. Grayscale: #7E7E7E. Windows color (decimal): -5218150 or 10117296. OLE color: 10117296.
HSL color Cylindrical-coordinate representation of color #B0609A: hue angle of 316.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 #B0609A is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 96 | 154 | - |
| CMYK | 0 | 0.45 | 0.12 | 0.31 |
| HSL | 316.5º | 0.34% | 0.53% | - |
| HSV(B) | 316.5º | 0.45% | 0.69% | - |
| XYZ | 27.92 | 19.93 | 32.95 | - |
| YUV | 126.53 | 143.5 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 96 | 154 | 0 | 0.45 | 0.12 | 0.31 | 316.5 | 0.34 | 0.53 |
| Hex | B0 | 60 | 9A | 0 | 2D | C | 1F | 13C | 22 | 35 |
| Octal | 260 | 140 | 232 | 0 | 55 | 14 | 37 | 474 | 42 | 65 |
| Binary | 10110000 | 1100000 | 10011010 | 0 | 101101 | 1100 | 11111 | 100111100 | 100010 | 110101 |
Color Harmonies of #B0609A
Complementary color
Monochromatic Colors of #B0609A
Black with #B0609A
Text Example
Text Example
White with #B0609A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0609A; }
p { color: rgb(176,96,154); }
H1.HeaderClassName
{
color: #B0609A;
}
.AnyTagClassName
{
color: #B0609A;
}
</style>
background-color css
<style>
a { background-color: #B0609A; }
a { background-color: rgb(176,96,154); }
div.DivClassName
{
background-color: #B0609A;
}
.BgClassName
{
background-color: #B0609A;
}
</style>
border-color css
<style>
span { border-color: #B0609A; }
span { border-color: rgb(176,96,154); }
td.TdClassName
{
border-color: #B0609A;
}
.TagClassName
{
border-color: #B0609A;
}
</style>