Shades of Violet Blue #B0509B
Tints of Violet Blue #B0509B
RGB
CMYK
RGB Variations
Color information
#B0509B (or 0xB0509B) is known color: Violet Blue. HEX triplet: B0, 50 and 9B. RGB value is (176,80,155). Sum of RGB (Red+Green+Blue) = 176+80+155=411 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.82% from 411); Green value is 80 (31.64% from 255 or 19.46% from 411); Blue value is 155 (60.94% from 255 or 37.71% from 411); Max value from RGB is 176 - color contains mainly: red. Hex color #B0509B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0509B is #4FAF64. Grayscale: #757575. Windows color (decimal): -5222245 or 10178736. OLE color: 10178736.
HSL color Cylindrical-coordinate representation of color #B0509B: hue angle of 313.12º 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 #B0509B is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 80 | 155 | - |
| CMYK | 0 | 0.55 | 0.12 | 0.31 |
| HSL | 313.13º | 0.38% | 0.5% | - |
| HSV(B) | 313.13º | 0.55% | 0.69% | - |
| XYZ | 26.69 | 17.33 | 32.95 | - |
| YUV | 117.25 | 149.3 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 80 | 155 | 0 | 0.55 | 0.12 | 0.31 | 313.13 | 0.38 | 0.5 |
| Hex | B0 | 50 | 9B | 0 | 37 | C | 1F | 139 | 26 | 32 |
| Octal | 260 | 120 | 233 | 0 | 67 | 14 | 37 | 471 | 46 | 62 |
| Binary | 10110000 | 1010000 | 10011011 | 0 | 110111 | 1100 | 11111 | 100111001 | 100110 | 110010 |
Color Harmonies of #B0509B
Complementary color
Monochromatic Colors of #B0509B
Black with #B0509B
Text Example
Text Example
White with #B0509B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0509B; }
p { color: rgb(176,80,155); }
H1.HeaderClassName
{
color: #B0509B;
}
.AnyTagClassName
{
color: #B0509B;
}
</style>
background-color css
<style>
a { background-color: #B0509B; }
a { background-color: rgb(176,80,155); }
div.DivClassName
{
background-color: #B0509B;
}
.BgClassName
{
background-color: #B0509B;
}
</style>
border-color css
<style>
span { border-color: #B0509B; }
span { border-color: rgb(176,80,155); }
td.TdClassName
{
border-color: #B0509B;
}
.TagClassName
{
border-color: #B0509B;
}
</style>