Shades of Violet Blue #B5609C
Tints of Violet Blue #B5609C
RGB
CMYK
RGB Variations
Color information
#B5609C (or 0xB5609C) is known color: Violet Blue. HEX triplet: B5, 60 and 9C. RGB value is (181,96,156). Sum of RGB (Red+Green+Blue) = 181+96+156=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 96 (37.89% from 255 or 22.17% from 433); Blue value is 156 (61.33% from 255 or 36.03% from 433); Max value from RGB is 181 - color contains mainly: red. Hex color #B5609C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5609C is #4A9F63. Grayscale: #808080. Windows color (decimal): -4890468 or 10248373. OLE color: 10248373.
HSL color Cylindrical-coordinate representation of color #B5609C: hue angle of 317.65º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B5609C is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 96 | 156 | - |
| CMYK | 0 | 0.47 | 0.14 | 0.29 |
| HSL | 317.65º | 0.36% | 0.54% | - |
| HSV(B) | 317.65º | 0.47% | 0.71% | - |
| XYZ | 29.24 | 20.59 | 33.89 | - |
| YUV | 128.26 | 143.66 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 96 | 156 | 0 | 0.47 | 0.14 | 0.29 | 317.65 | 0.36 | 0.54 |
| Hex | B5 | 60 | 9C | 0 | 2F | E | 1D | 13E | 24 | 36 |
| Octal | 265 | 140 | 234 | 0 | 57 | 16 | 35 | 476 | 44 | 66 |
| Binary | 10110101 | 1100000 | 10011100 | 0 | 101111 | 1110 | 11101 | 100111110 | 100100 | 110110 |
Color Harmonies of #B5609C
Complementary color
Monochromatic Colors of #B5609C
Black with #B5609C
Text Example
Text Example
White with #B5609C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5609C; }
p { color: rgb(181,96,156); }
H1.HeaderClassName
{
color: #B5609C;
}
.AnyTagClassName
{
color: #B5609C;
}
</style>
background-color css
<style>
a { background-color: #B5609C; }
a { background-color: rgb(181,96,156); }
div.DivClassName
{
background-color: #B5609C;
}
.BgClassName
{
background-color: #B5609C;
}
</style>
border-color css
<style>
span { border-color: #B5609C; }
span { border-color: rgb(181,96,156); }
td.TdClassName
{
border-color: #B5609C;
}
.TagClassName
{
border-color: #B5609C;
}
</style>