Shades of Violet Blue #B95BA3
Tints of Violet Blue #B95BA3
RGB
CMYK
RGB Variations
Color information
#B95BA3 (or 0xB95BA3) is known color: Violet Blue. HEX triplet: B9, 5B and A3. RGB value is (185,91,163). Sum of RGB (Red+Green+Blue) = 185+91+163=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 91 (35.94% from 255 or 20.73% from 439); Blue value is 163 (64.06% from 255 or 37.13% from 439); Max value from RGB is 185 - color contains mainly: red. Hex color #B95BA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95BA3 is #46A45C. Grayscale: #7F7F7F. Windows color (decimal): -4629597 or 10705849. OLE color: 10705849.
HSL color Cylindrical-coordinate representation of color #B95BA3: hue angle of 314.04º 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 #B95BA3 is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 91 | 163 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.27 |
| HSL | 314.04º | 0.4% | 0.54% | - |
| HSV(B) | 314.04º | 0.51% | 0.73% | - |
| XYZ | 30.36 | 20.44 | 37 | - |
| YUV | 127.31 | 148.14 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 91 | 163 | 0 | 0.51 | 0.12 | 0.27 | 314.04 | 0.4 | 0.54 |
| Hex | B9 | 5B | A3 | 0 | 33 | C | 1B | 13A | 28 | 36 |
| Octal | 271 | 133 | 243 | 0 | 63 | 14 | 33 | 472 | 50 | 66 |
| Binary | 10111001 | 1011011 | 10100011 | 0 | 110011 | 1100 | 11011 | 100111010 | 101000 | 110110 |
Color Harmonies of #B95BA3
Complementary color
Monochromatic Colors of #B95BA3
Black with #B95BA3
Text Example
Text Example
White with #B95BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95BA3; }
p { color: rgb(185,91,163); }
H1.HeaderClassName
{
color: #B95BA3;
}
.AnyTagClassName
{
color: #B95BA3;
}
</style>
background-color css
<style>
a { background-color: #B95BA3; }
a { background-color: rgb(185,91,163); }
div.DivClassName
{
background-color: #B95BA3;
}
.BgClassName
{
background-color: #B95BA3;
}
</style>
border-color css
<style>
span { border-color: #B95BA3; }
span { border-color: rgb(185,91,163); }
td.TdClassName
{
border-color: #B95BA3;
}
.TagClassName
{
border-color: #B95BA3;
}
</style>