Shades of Violet Blue #B95FA1
Tints of Violet Blue #B95FA1
RGB
CMYK
RGB Variations
Color information
#B95FA1 (or 0xB95FA1) is known color: Violet Blue. HEX triplet: B9, 5F and A1. RGB value is (185,95,161). Sum of RGB (Red+Green+Blue) = 185+95+161=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 95 (37.5% from 255 or 21.54% from 441); Blue value is 161 (63.28% from 255 or 36.51% from 441); Max value from RGB is 185 - color contains mainly: red. Hex color #B95FA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95FA1 is #46A05E. Grayscale: #818181. Windows color (decimal): -4628575 or 10575801. OLE color: 10575801.
HSL color Cylindrical-coordinate representation of color #B95FA1: hue angle of 316º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B95FA1 is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 95 | 161 | - |
| CMYK | 0 | 0.49 | 0.13 | 0.27 |
| HSL | 316º | 0.39% | 0.55% | - |
| HSV(B) | 316º | 0.49% | 0.73% | - |
| XYZ | 30.53 | 21.07 | 36.18 | - |
| YUV | 129.43 | 145.82 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 95 | 161 | 0 | 0.49 | 0.13 | 0.27 | 316 | 0.39 | 0.55 |
| Hex | B9 | 5F | A1 | 0 | 31 | D | 1B | 13C | 27 | 37 |
| Octal | 271 | 137 | 241 | 0 | 61 | 15 | 33 | 474 | 47 | 67 |
| Binary | 10111001 | 1011111 | 10100001 | 0 | 110001 | 1101 | 11011 | 100111100 | 100111 | 110111 |
Color Harmonies of #B95FA1
Complementary color
Monochromatic Colors of #B95FA1
Black with #B95FA1
Text Example
Text Example
White with #B95FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95FA1; }
p { color: rgb(185,95,161); }
H1.HeaderClassName
{
color: #B95FA1;
}
.AnyTagClassName
{
color: #B95FA1;
}
</style>
background-color css
<style>
a { background-color: #B95FA1; }
a { background-color: rgb(185,95,161); }
div.DivClassName
{
background-color: #B95FA1;
}
.BgClassName
{
background-color: #B95FA1;
}
</style>
border-color css
<style>
span { border-color: #B95FA1; }
span { border-color: rgb(185,95,161); }
td.TdClassName
{
border-color: #B95FA1;
}
.TagClassName
{
border-color: #B95FA1;
}
</style>