Shades of Violet Blue #B95BA5
Tints of Violet Blue #B95BA5
RGB
CMYK
RGB Variations
Color information
#B95BA5 (or 0xB95BA5) is known color: Violet Blue. HEX triplet: B9, 5B and A5. RGB value is (185,91,165). Sum of RGB (Red+Green+Blue) = 185+91+165=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 91 (35.94% from 255 or 20.63% from 441); Blue value is 165 (64.84% from 255 or 37.41% from 441); Max value from RGB is 185 - color contains mainly: red. Hex color #B95BA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95BA5 is #46A45A. Grayscale: #7F7F7F. Windows color (decimal): -4629595 or 10836921. OLE color: 10836921.
HSL color Cylindrical-coordinate representation of color #B95BA5: hue angle of 312.77º 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 #B95BA5 is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 91 | 165 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.27 |
| HSL | 312.77º | 0.4% | 0.54% | - |
| HSV(B) | 312.77º | 0.51% | 0.73% | - |
| XYZ | 30.54 | 20.51 | 37.95 | - |
| YUV | 127.54 | 149.14 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 91 | 165 | 0 | 0.51 | 0.11 | 0.27 | 312.77 | 0.4 | 0.54 |
| Hex | B9 | 5B | A5 | 0 | 33 | B | 1B | 139 | 28 | 36 |
| Octal | 271 | 133 | 245 | 0 | 63 | 13 | 33 | 471 | 50 | 66 |
| Binary | 10111001 | 1011011 | 10100101 | 0 | 110011 | 1011 | 11011 | 100111001 | 101000 | 110110 |
Color Harmonies of #B95BA5
Complementary color
Monochromatic Colors of #B95BA5
Black with #B95BA5
Text Example
Text Example
White with #B95BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95BA5; }
p { color: rgb(185,91,165); }
H1.HeaderClassName
{
color: #B95BA5;
}
.AnyTagClassName
{
color: #B95BA5;
}
</style>
background-color css
<style>
a { background-color: #B95BA5; }
a { background-color: rgb(185,91,165); }
div.DivClassName
{
background-color: #B95BA5;
}
.BgClassName
{
background-color: #B95BA5;
}
</style>
border-color css
<style>
span { border-color: #B95BA5; }
span { border-color: rgb(185,91,165); }
td.TdClassName
{
border-color: #B95BA5;
}
.TagClassName
{
border-color: #B95BA5;
}
</style>