Shades of Violet Blue #B0509F
Tints of Violet Blue #B0509F
RGB
CMYK
RGB Variations
Color information
#B0509F (or 0xB0509F) is known color: Violet Blue. HEX triplet: B0, 50 and 9F. RGB value is (176,80,159). Sum of RGB (Red+Green+Blue) = 176+80+159=415 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.41% from 415); Green value is 80 (31.64% from 255 or 19.28% from 415); Blue value is 159 (62.5% from 255 or 38.31% from 415); Max value from RGB is 176 - color contains mainly: red. Hex color #B0509F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0509F is #4FAF60. Grayscale: #757575. Windows color (decimal): -5222241 or 10440880. OLE color: 10440880.
HSL color Cylindrical-coordinate representation of color #B0509F: hue angle of 310.62º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B0509F is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 80 | 159 | - |
| CMYK | 0 | 0.55 | 0.10 | 0.31 |
| HSL | 310.63º | 0.38% | 0.5% | - |
| HSV(B) | 310.63º | 0.55% | 0.69% | - |
| XYZ | 27.03 | 17.47 | 34.75 | - |
| YUV | 117.71 | 151.3 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 80 | 159 | 0 | 0.55 | 0.10 | 0.31 | 310.63 | 0.38 | 0.5 |
| Hex | B0 | 50 | 9F | 0 | 37 | A | 1F | 137 | 26 | 32 |
| Octal | 260 | 120 | 237 | 0 | 67 | 12 | 37 | 467 | 46 | 62 |
| Binary | 10110000 | 1010000 | 10011111 | 0 | 110111 | 1010 | 11111 | 100110111 | 100110 | 110010 |
Color Harmonies of #B0509F
Complementary color
Monochromatic Colors of #B0509F
Black with #B0509F
Text Example
Text Example
White with #B0509F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0509F; }
p { color: rgb(176,80,159); }
H1.HeaderClassName
{
color: #B0509F;
}
.AnyTagClassName
{
color: #B0509F;
}
</style>
background-color css
<style>
a { background-color: #B0509F; }
a { background-color: rgb(176,80,159); }
div.DivClassName
{
background-color: #B0509F;
}
.BgClassName
{
background-color: #B0509F;
}
</style>
border-color css
<style>
span { border-color: #B0509F; }
span { border-color: rgb(176,80,159); }
td.TdClassName
{
border-color: #B0509F;
}
.TagClassName
{
border-color: #B0509F;
}
</style>