Shades of Violet Blue #B95CA2
Tints of Violet Blue #B95CA2
RGB
CMYK
RGB Variations
Color information
#B95CA2 (or 0xB95CA2) is known color: Violet Blue. HEX triplet: B9, 5C and A2. RGB value is (185,92,162). Sum of RGB (Red+Green+Blue) = 185+92+162=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 92 (36.33% from 255 or 20.96% from 439); Blue value is 162 (63.67% from 255 or 36.90% from 439); Max value from RGB is 185 - color contains mainly: red. Hex color #B95CA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95CA2 is #46A35D. Grayscale: #7F7F7F. Windows color (decimal): -4629342 or 10640569. OLE color: 10640569.
HSL color Cylindrical-coordinate representation of color #B95CA2: hue angle of 314.84º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B95CA2 is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 92 | 162 | - |
| CMYK | 0 | 0.50 | 0.12 | 0.27 |
| HSL | 314.84º | 0.4% | 0.54% | - |
| HSV(B) | 314.84º | 0.5% | 0.73% | - |
| XYZ | 30.36 | 20.58 | 36.55 | - |
| YUV | 127.79 | 147.31 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 92 | 162 | 0 | 0.50 | 0.12 | 0.27 | 314.84 | 0.4 | 0.54 |
| Hex | B9 | 5C | A2 | 0 | 32 | C | 1B | 13B | 28 | 36 |
| Octal | 271 | 134 | 242 | 0 | 62 | 14 | 33 | 473 | 50 | 66 |
| Binary | 10111001 | 1011100 | 10100010 | 0 | 110010 | 1100 | 11011 | 100111011 | 101000 | 110110 |
Color Harmonies of #B95CA2
Complementary color
Monochromatic Colors of #B95CA2
Black with #B95CA2
Text Example
Text Example
White with #B95CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95CA2; }
p { color: rgb(185,92,162); }
H1.HeaderClassName
{
color: #B95CA2;
}
.AnyTagClassName
{
color: #B95CA2;
}
</style>
background-color css
<style>
a { background-color: #B95CA2; }
a { background-color: rgb(185,92,162); }
div.DivClassName
{
background-color: #B95CA2;
}
.BgClassName
{
background-color: #B95CA2;
}
</style>
border-color css
<style>
span { border-color: #B95CA2; }
span { border-color: rgb(185,92,162); }
td.TdClassName
{
border-color: #B95CA2;
}
.TagClassName
{
border-color: #B95CA2;
}
</style>