Shades of Violet Blue #B1509A
Tints of Violet Blue #B1509A
RGB
CMYK
RGB Variations
Color information
#B1509A (or 0xB1509A) is known color: Violet Blue. HEX triplet: B1, 50 and 9A. RGB value is (177,80,154). Sum of RGB (Red+Green+Blue) = 177+80+154=411 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.07% from 411); Green value is 80 (31.64% from 255 or 19.46% from 411); Blue value is 154 (60.55% from 255 or 37.47% from 411); Max value from RGB is 177 - color contains mainly: red. Hex color #B1509A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1509A is #4EAF65. Grayscale: #757575. Windows color (decimal): -5156710 or 10113201. OLE color: 10113201.
HSL color Cylindrical-coordinate representation of color #B1509A: hue angle of 314.23º 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 #B1509A is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 80 | 154 | - |
| CMYK | 0 | 0.55 | 0.13 | 0.31 |
| HSL | 314.23º | 0.38% | 0.5% | - |
| HSV(B) | 314.23º | 0.55% | 0.69% | - |
| XYZ | 26.83 | 17.42 | 32.52 | - |
| YUV | 117.44 | 148.64 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 80 | 154 | 0 | 0.55 | 0.13 | 0.31 | 314.23 | 0.38 | 0.5 |
| Hex | B1 | 50 | 9A | 0 | 37 | D | 1F | 13A | 26 | 32 |
| Octal | 261 | 120 | 232 | 0 | 67 | 15 | 37 | 472 | 46 | 62 |
| Binary | 10110001 | 1010000 | 10011010 | 0 | 110111 | 1101 | 11111 | 100111010 | 100110 | 110010 |
Color Harmonies of #B1509A
Complementary color
Monochromatic Colors of #B1509A
Black with #B1509A
Text Example
Text Example
White with #B1509A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1509A; }
p { color: rgb(177,80,154); }
H1.HeaderClassName
{
color: #B1509A;
}
.AnyTagClassName
{
color: #B1509A;
}
</style>
background-color css
<style>
a { background-color: #B1509A; }
a { background-color: rgb(177,80,154); }
div.DivClassName
{
background-color: #B1509A;
}
.BgClassName
{
background-color: #B1509A;
}
</style>
border-color css
<style>
span { border-color: #B1509A; }
span { border-color: rgb(177,80,154); }
td.TdClassName
{
border-color: #B1509A;
}
.TagClassName
{
border-color: #B1509A;
}
</style>