Shades of Violet Blue #B1509B
Tints of Violet Blue #B1509B
RGB
CMYK
RGB Variations
Color information
#B1509B (or 0xB1509B) is known color: Violet Blue. HEX triplet: B1, 50 and 9B. RGB value is (177,80,155). Sum of RGB (Red+Green+Blue) = 177+80+155=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 80 (31.64% from 255 or 19.42% from 412); Blue value is 155 (60.94% from 255 or 37.62% from 412); Max value from RGB is 177 - color contains mainly: red. Hex color #B1509B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1509B is #4EAF64. Grayscale: #757575. Windows color (decimal): -5156709 or 10178737. OLE color: 10178737.
HSL color Cylindrical-coordinate representation of color #B1509B: hue angle of 313.61º 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 #B1509B is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 80 | 155 | - |
| CMYK | 0 | 0.55 | 0.12 | 0.31 |
| HSL | 313.61º | 0.38% | 0.5% | - |
| HSV(B) | 313.61º | 0.55% | 0.69% | - |
| XYZ | 26.92 | 17.45 | 32.96 | - |
| YUV | 117.55 | 149.14 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 80 | 155 | 0 | 0.55 | 0.12 | 0.31 | 313.61 | 0.38 | 0.5 |
| Hex | B1 | 50 | 9B | 0 | 37 | C | 1F | 13A | 26 | 32 |
| Octal | 261 | 120 | 233 | 0 | 67 | 14 | 37 | 472 | 46 | 62 |
| Binary | 10110001 | 1010000 | 10011011 | 0 | 110111 | 1100 | 11111 | 100111010 | 100110 | 110010 |
Color Harmonies of #B1509B
Complementary color
Monochromatic Colors of #B1509B
Black with #B1509B
Text Example
Text Example
White with #B1509B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1509B; }
p { color: rgb(177,80,155); }
H1.HeaderClassName
{
color: #B1509B;
}
.AnyTagClassName
{
color: #B1509B;
}
</style>
background-color css
<style>
a { background-color: #B1509B; }
a { background-color: rgb(177,80,155); }
div.DivClassName
{
background-color: #B1509B;
}
.BgClassName
{
background-color: #B1509B;
}
</style>
border-color css
<style>
span { border-color: #B1509B; }
span { border-color: rgb(177,80,155); }
td.TdClassName
{
border-color: #B1509B;
}
.TagClassName
{
border-color: #B1509B;
}
</style>