Shades of Violet Blue #B1509C
Tints of Violet Blue #B1509C
RGB
CMYK
RGB Variations
Color information
#B1509C (or 0xB1509C) is known color: Violet Blue. HEX triplet: B1, 50 and 9C. RGB value is (177,80,156). Sum of RGB (Red+Green+Blue) = 177+80+156=413 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.86% from 413); Green value is 80 (31.64% from 255 or 19.37% from 413); Blue value is 156 (61.33% from 255 or 37.77% from 413); Max value from RGB is 177 - color contains mainly: red. Hex color #B1509C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1509C is #4EAF63. Grayscale: #757575. Windows color (decimal): -5156708 or 10244273. OLE color: 10244273.
HSL color Cylindrical-coordinate representation of color #B1509C: hue angle of 312.99º 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 #B1509C is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 80 | 156 | - |
| CMYK | 0 | 0.55 | 0.12 | 0.31 |
| HSL | 312.99º | 0.38% | 0.5% | - |
| HSV(B) | 312.99º | 0.55% | 0.69% | - |
| XYZ | 27 | 17.48 | 33.4 | - |
| YUV | 117.67 | 149.64 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 80 | 156 | 0 | 0.55 | 0.12 | 0.31 | 312.99 | 0.38 | 0.5 |
| Hex | B1 | 50 | 9C | 0 | 37 | C | 1F | 139 | 26 | 32 |
| Octal | 261 | 120 | 234 | 0 | 67 | 14 | 37 | 471 | 46 | 62 |
| Binary | 10110001 | 1010000 | 10011100 | 0 | 110111 | 1100 | 11111 | 100111001 | 100110 | 110010 |
Color Harmonies of #B1509C
Complementary color
Monochromatic Colors of #B1509C
Black with #B1509C
Text Example
Text Example
White with #B1509C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1509C; }
p { color: rgb(177,80,156); }
H1.HeaderClassName
{
color: #B1509C;
}
.AnyTagClassName
{
color: #B1509C;
}
</style>
background-color css
<style>
a { background-color: #B1509C; }
a { background-color: rgb(177,80,156); }
div.DivClassName
{
background-color: #B1509C;
}
.BgClassName
{
background-color: #B1509C;
}
</style>
border-color css
<style>
span { border-color: #B1509C; }
span { border-color: rgb(177,80,156); }
td.TdClassName
{
border-color: #B1509C;
}
.TagClassName
{
border-color: #B1509C;
}
</style>