Shades of Violet Blue #B0609C
Tints of Violet Blue #B0609C
RGB
CMYK
RGB Variations
Color information
#B0609C (or 0xB0609C) is known color: Violet Blue. HEX triplet: B0, 60 and 9C. RGB value is (176,96,156). Sum of RGB (Red+Green+Blue) = 176+96+156=428 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.12% from 428); Green value is 96 (37.89% from 255 or 22.43% from 428); Blue value is 156 (61.33% from 255 or 36.45% from 428); Max value from RGB is 176 - color contains mainly: red. Hex color #B0609C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0609C is #4F9F63. Grayscale: #7E7E7E. Windows color (decimal): -5218148 or 10248368. OLE color: 10248368.
HSL color Cylindrical-coordinate representation of color #B0609C: hue angle of 315º 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 #B0609C is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 96 | 156 | - |
| CMYK | 0 | 0.45 | 0.11 | 0.31 |
| HSL | 315º | 0.34% | 0.53% | - |
| HSV(B) | 315º | 0.45% | 0.69% | - |
| XYZ | 28.09 | 20 | 33.83 | - |
| YUV | 126.76 | 144.5 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 96 | 156 | 0 | 0.45 | 0.11 | 0.31 | 315 | 0.34 | 0.53 |
| Hex | B0 | 60 | 9C | 0 | 2D | B | 1F | 13B | 22 | 35 |
| Octal | 260 | 140 | 234 | 0 | 55 | 13 | 37 | 473 | 42 | 65 |
| Binary | 10110000 | 1100000 | 10011100 | 0 | 101101 | 1011 | 11111 | 100111011 | 100010 | 110101 |
Color Harmonies of #B0609C
Complementary color
Monochromatic Colors of #B0609C
Black with #B0609C
Text Example
Text Example
White with #B0609C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0609C; }
p { color: rgb(176,96,156); }
H1.HeaderClassName
{
color: #B0609C;
}
.AnyTagClassName
{
color: #B0609C;
}
</style>
background-color css
<style>
a { background-color: #B0609C; }
a { background-color: rgb(176,96,156); }
div.DivClassName
{
background-color: #B0609C;
}
.BgClassName
{
background-color: #B0609C;
}
</style>
border-color css
<style>
span { border-color: #B0609C; }
span { border-color: rgb(176,96,156); }
td.TdClassName
{
border-color: #B0609C;
}
.TagClassName
{
border-color: #B0609C;
}
</style>