Shades of Violet Blue #B15FAF
Tints of Violet Blue #B15FAF
RGB
CMYK
RGB Variations
Color information
#B15FAF (or 0xB15FAF) is known color: Violet Blue. HEX triplet: B1, 5F and AF. RGB value is (177,95,175). Sum of RGB (Red+Green+Blue) = 177+95+175=447 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.60% from 447); Green value is 95 (37.5% from 255 or 21.25% from 447); Blue value is 175 (68.75% from 255 or 39.15% from 447); Max value from RGB is 177 - color contains mainly: red. Hex color #B15FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15FAF is #4EA050. Grayscale: #808080. Windows color (decimal): -5152849 or 11493297. OLE color: 11493297.
HSL color Cylindrical-coordinate representation of color #B15FAF: hue angle of 301.46º 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 #B15FAF is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 95 | 175 | - |
| CMYK | 0 | 0.46 | 0.01 | 0.31 |
| HSL | 301.46º | 0.34% | 0.53% | - |
| HSV(B) | 301.46º | 0.46% | 0.69% | - |
| XYZ | 29.96 | 20.63 | 42.96 | - |
| YUV | 128.64 | 154.17 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 95 | 175 | 0 | 0.46 | 0.01 | 0.31 | 301.46 | 0.34 | 0.53 |
| Hex | B1 | 5F | AF | 0 | 2E | 1 | 1F | 12D | 22 | 35 |
| Octal | 261 | 137 | 257 | 0 | 56 | 1 | 37 | 455 | 42 | 65 |
| Binary | 10110001 | 1011111 | 10101111 | 0 | 101110 | 1 | 11111 | 100101101 | 100010 | 110101 |
Color Harmonies of #B15FAF
Complementary color
Monochromatic Colors of #B15FAF
Black with #B15FAF
Text Example
Text Example
White with #B15FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15FAF; }
p { color: rgb(177,95,175); }
H1.HeaderClassName
{
color: #B15FAF;
}
.AnyTagClassName
{
color: #B15FAF;
}
</style>
background-color css
<style>
a { background-color: #B15FAF; }
a { background-color: rgb(177,95,175); }
div.DivClassName
{
background-color: #B15FAF;
}
.BgClassName
{
background-color: #B15FAF;
}
</style>
border-color css
<style>
span { border-color: #B15FAF; }
span { border-color: rgb(177,95,175); }
td.TdClassName
{
border-color: #B15FAF;
}
.TagClassName
{
border-color: #B15FAF;
}
</style>