Shades of Violet Blue #B1509F
Tints of Violet Blue #B1509F
RGB
CMYK
RGB Variations
Color information
#B1509F (or 0xB1509F) is known color: Violet Blue. HEX triplet: B1, 50 and 9F. RGB value is (177,80,159). Sum of RGB (Red+Green+Blue) = 177+80+159=416 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.55% from 416); Green value is 80 (31.64% from 255 or 19.23% from 416); Blue value is 159 (62.5% from 255 or 38.22% from 416); Max value from RGB is 177 - color contains mainly: red. Hex color #B1509F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1509F is #4EAF60. Grayscale: #757575. Windows color (decimal): -5156705 or 10440881. OLE color: 10440881.
HSL color Cylindrical-coordinate representation of color #B1509F: hue angle of 311.13º 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 #B1509F is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 80 | 159 | - |
| CMYK | 0 | 0.55 | 0.10 | 0.31 |
| HSL | 311.13º | 0.38% | 0.5% | - |
| HSV(B) | 311.13º | 0.55% | 0.69% | - |
| XYZ | 27.26 | 17.59 | 34.76 | - |
| YUV | 118.01 | 151.14 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 80 | 159 | 0 | 0.55 | 0.10 | 0.31 | 311.13 | 0.38 | 0.5 |
| Hex | B1 | 50 | 9F | 0 | 37 | A | 1F | 137 | 26 | 32 |
| Octal | 261 | 120 | 237 | 0 | 67 | 12 | 37 | 467 | 46 | 62 |
| Binary | 10110001 | 1010000 | 10011111 | 0 | 110111 | 1010 | 11111 | 100110111 | 100110 | 110010 |
Color Harmonies of #B1509F
Complementary color
Monochromatic Colors of #B1509F
Black with #B1509F
Text Example
Text Example
White with #B1509F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1509F; }
p { color: rgb(177,80,159); }
H1.HeaderClassName
{
color: #B1509F;
}
.AnyTagClassName
{
color: #B1509F;
}
</style>
background-color css
<style>
a { background-color: #B1509F; }
a { background-color: rgb(177,80,159); }
div.DivClassName
{
background-color: #B1509F;
}
.BgClassName
{
background-color: #B1509F;
}
</style>
border-color css
<style>
span { border-color: #B1509F; }
span { border-color: rgb(177,80,159); }
td.TdClassName
{
border-color: #B1509F;
}
.TagClassName
{
border-color: #B1509F;
}
</style>