Shades of Violet Blue #B15BAC
Tints of Violet Blue #B15BAC
RGB
CMYK
RGB Variations
Color information
#B15BAC (or 0xB15BAC) is known color: Violet Blue. HEX triplet: B1, 5B and AC. RGB value is (177,91,172). Sum of RGB (Red+Green+Blue) = 177+91+172=440 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.23% from 440); Green value is 91 (35.94% from 255 or 20.68% from 440); Blue value is 172 (67.58% from 255 or 39.09% from 440); Max value from RGB is 177 - color contains mainly: red. Hex color #B15BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15BAC is #4EA453. Grayscale: #7D7D7D. Windows color (decimal): -5153876 or 11295665. OLE color: 11295665.
HSL color Cylindrical-coordinate representation of color #B15BAC: hue angle of 303.49º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B15BAC is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 91 | 172 | - |
| CMYK | 0 | 0.49 | 0.03 | 0.31 |
| HSL | 303.49º | 0.36% | 0.53% | - |
| HSV(B) | 303.49º | 0.49% | 0.69% | - |
| XYZ | 29.32 | 19.81 | 41.31 | - |
| YUV | 125.95 | 153.99 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 91 | 172 | 0 | 0.49 | 0.03 | 0.31 | 303.49 | 0.36 | 0.53 |
| Hex | B1 | 5B | AC | 0 | 31 | 3 | 1F | 12F | 24 | 35 |
| Octal | 261 | 133 | 254 | 0 | 61 | 3 | 37 | 457 | 44 | 65 |
| Binary | 10110001 | 1011011 | 10101100 | 0 | 110001 | 11 | 11111 | 100101111 | 100100 | 110101 |
Color Harmonies of #B15BAC
Complementary color
Monochromatic Colors of #B15BAC
Black with #B15BAC
Text Example
Text Example
White with #B15BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15BAC; }
p { color: rgb(177,91,172); }
H1.HeaderClassName
{
color: #B15BAC;
}
.AnyTagClassName
{
color: #B15BAC;
}
</style>
background-color css
<style>
a { background-color: #B15BAC; }
a { background-color: rgb(177,91,172); }
div.DivClassName
{
background-color: #B15BAC;
}
.BgClassName
{
background-color: #B15BAC;
}
</style>
border-color css
<style>
span { border-color: #B15BAC; }
span { border-color: rgb(177,91,172); }
td.TdClassName
{
border-color: #B15BAC;
}
.TagClassName
{
border-color: #B15BAC;
}
</style>