Shades of Violet Blue #B15FAC
Tints of Violet Blue #B15FAC
RGB
CMYK
RGB Variations
Color information
#B15FAC (or 0xB15FAC) is known color: Violet Blue. HEX triplet: B1, 5F and AC. RGB value is (177,95,172). Sum of RGB (Red+Green+Blue) = 177+95+172=444 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.86% from 444); Green value is 95 (37.5% from 255 or 21.40% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 177 - color contains mainly: red. Hex color #B15FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15FAC is #4EA053. Grayscale: #808080. Windows color (decimal): -5152852 or 11296689. OLE color: 11296689.
HSL color Cylindrical-coordinate representation of color #B15FAC: hue angle of 303.66º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B15FAC is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 95 | 172 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.31 |
| HSL | 303.66º | 0.34% | 0.53% | - |
| HSV(B) | 303.66º | 0.46% | 0.69% | - |
| XYZ | 29.67 | 20.51 | 41.42 | - |
| YUV | 128.3 | 152.67 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 95 | 172 | 0 | 0.46 | 0.03 | 0.31 | 303.66 | 0.34 | 0.53 |
| Hex | B1 | 5F | AC | 0 | 2E | 3 | 1F | 130 | 22 | 35 |
| Octal | 261 | 137 | 254 | 0 | 56 | 3 | 37 | 460 | 42 | 65 |
| Binary | 10110001 | 1011111 | 10101100 | 0 | 101110 | 11 | 11111 | 100110000 | 100010 | 110101 |
Color Harmonies of #B15FAC
Complementary color
Monochromatic Colors of #B15FAC
Black with #B15FAC
Text Example
Text Example
White with #B15FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15FAC; }
p { color: rgb(177,95,172); }
H1.HeaderClassName
{
color: #B15FAC;
}
.AnyTagClassName
{
color: #B15FAC;
}
</style>
background-color css
<style>
a { background-color: #B15FAC; }
a { background-color: rgb(177,95,172); }
div.DivClassName
{
background-color: #B15FAC;
}
.BgClassName
{
background-color: #B15FAC;
}
</style>
border-color css
<style>
span { border-color: #B15FAC; }
span { border-color: rgb(177,95,172); }
td.TdClassName
{
border-color: #B15FAC;
}
.TagClassName
{
border-color: #B15FAC;
}
</style>