Shades of Violet Blue #B15CA7
Tints of Violet Blue #B15CA7
RGB
CMYK
RGB Variations
Color information
#B15CA7 (or 0xB15CA7) is known color: Violet Blue. HEX triplet: B1, 5C and A7. RGB value is (177,92,167). Sum of RGB (Red+Green+Blue) = 177+92+167=436 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.60% from 436); Green value is 92 (36.33% from 255 or 21.10% from 436); Blue value is 167 (65.62% from 255 or 38.30% from 436); Max value from RGB is 177 - color contains mainly: red. Hex color #B15CA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15CA7 is #4EA358. Grayscale: #7D7D7D. Windows color (decimal): -5153625 or 10968241. OLE color: 10968241.
HSL color Cylindrical-coordinate representation of color #B15CA7: hue angle of 307.06º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B15CA7 is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 92 | 167 | - |
| CMYK | 0 | 0.48 | 0.06 | 0.31 |
| HSL | 307.06º | 0.35% | 0.53% | - |
| HSV(B) | 307.06º | 0.48% | 0.69% | - |
| XYZ | 28.93 | 19.79 | 38.85 | - |
| YUV | 125.97 | 151.16 | 164.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 92 | 167 | 0 | 0.48 | 0.06 | 0.31 | 307.06 | 0.35 | 0.53 |
| Hex | B1 | 5C | A7 | 0 | 30 | 6 | 1F | 133 | 23 | 35 |
| Octal | 261 | 134 | 247 | 0 | 60 | 6 | 37 | 463 | 43 | 65 |
| Binary | 10110001 | 1011100 | 10100111 | 0 | 110000 | 110 | 11111 | 100110011 | 100011 | 110101 |
Color Harmonies of #B15CA7
Complementary color
Monochromatic Colors of #B15CA7
Black with #B15CA7
Text Example
Text Example
White with #B15CA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15CA7; }
p { color: rgb(177,92,167); }
H1.HeaderClassName
{
color: #B15CA7;
}
.AnyTagClassName
{
color: #B15CA7;
}
</style>
background-color css
<style>
a { background-color: #B15CA7; }
a { background-color: rgb(177,92,167); }
div.DivClassName
{
background-color: #B15CA7;
}
.BgClassName
{
background-color: #B15CA7;
}
</style>
border-color css
<style>
span { border-color: #B15CA7; }
span { border-color: rgb(177,92,167); }
td.TdClassName
{
border-color: #B15CA7;
}
.TagClassName
{
border-color: #B15CA7;
}
</style>