Shades of Violet Blue #B95BA6
Tints of Violet Blue #B95BA6
RGB
CMYK
RGB Variations
Color information
#B95BA6 (or 0xB95BA6) is known color: Violet Blue. HEX triplet: B9, 5B and A6. RGB value is (185,91,166). Sum of RGB (Red+Green+Blue) = 185+91+166=442 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.86% from 442); Green value is 91 (35.94% from 255 or 20.59% from 442); Blue value is 166 (65.23% from 255 or 37.56% from 442); Max value from RGB is 185 - color contains mainly: red. Hex color #B95BA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95BA6 is #46A459. Grayscale: #7F7F7F. Windows color (decimal): -4629594 or 10902457. OLE color: 10902457.
HSL color Cylindrical-coordinate representation of color #B95BA6: hue angle of 312.13º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B95BA6 is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 91 | 166 | - |
| CMYK | 0 | 0.51 | 0.10 | 0.27 |
| HSL | 312.13º | 0.4% | 0.54% | - |
| HSV(B) | 312.13º | 0.51% | 0.73% | - |
| XYZ | 30.63 | 20.55 | 38.43 | - |
| YUV | 127.66 | 149.64 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 91 | 166 | 0 | 0.51 | 0.10 | 0.27 | 312.13 | 0.4 | 0.54 |
| Hex | B9 | 5B | A6 | 0 | 33 | A | 1B | 138 | 28 | 36 |
| Octal | 271 | 133 | 246 | 0 | 63 | 12 | 33 | 470 | 50 | 66 |
| Binary | 10111001 | 1011011 | 10100110 | 0 | 110011 | 1010 | 11011 | 100111000 | 101000 | 110110 |
Color Harmonies of #B95BA6
Complementary color
Monochromatic Colors of #B95BA6
Black with #B95BA6
Text Example
Text Example
White with #B95BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95BA6; }
p { color: rgb(185,91,166); }
H1.HeaderClassName
{
color: #B95BA6;
}
.AnyTagClassName
{
color: #B95BA6;
}
</style>
background-color css
<style>
a { background-color: #B95BA6; }
a { background-color: rgb(185,91,166); }
div.DivClassName
{
background-color: #B95BA6;
}
.BgClassName
{
background-color: #B95BA6;
}
</style>
border-color css
<style>
span { border-color: #B95BA6; }
span { border-color: rgb(185,91,166); }
td.TdClassName
{
border-color: #B95BA6;
}
.TagClassName
{
border-color: #B95BA6;
}
</style>