Shades of Violet Blue #B95FA2
Tints of Violet Blue #B95FA2
RGB
CMYK
RGB Variations
Color information
#B95FA2 (or 0xB95FA2) is known color: Violet Blue. HEX triplet: B9, 5F and A2. RGB value is (185,95,162). Sum of RGB (Red+Green+Blue) = 185+95+162=442 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.86% from 442); Green value is 95 (37.5% from 255 or 21.49% from 442); Blue value is 162 (63.67% from 255 or 36.65% from 442); Max value from RGB is 185 - color contains mainly: red. Hex color #B95FA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95FA2 is #46A05D. Grayscale: #818181. Windows color (decimal): -4628574 or 10641337. OLE color: 10641337.
HSL color Cylindrical-coordinate representation of color #B95FA2: hue angle of 315.33º 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 #B95FA2 is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 95 | 162 | - |
| CMYK | 0 | 0.49 | 0.12 | 0.27 |
| HSL | 315.33º | 0.39% | 0.55% | - |
| HSV(B) | 315.33º | 0.49% | 0.73% | - |
| XYZ | 30.62 | 21.11 | 36.64 | - |
| YUV | 129.55 | 146.32 | 167.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 95 | 162 | 0 | 0.49 | 0.12 | 0.27 | 315.33 | 0.39 | 0.55 |
| Hex | B9 | 5F | A2 | 0 | 31 | C | 1B | 13B | 27 | 37 |
| Octal | 271 | 137 | 242 | 0 | 61 | 14 | 33 | 473 | 47 | 67 |
| Binary | 10111001 | 1011111 | 10100010 | 0 | 110001 | 1100 | 11011 | 100111011 | 100111 | 110111 |
Color Harmonies of #B95FA2
Complementary color
Monochromatic Colors of #B95FA2
Black with #B95FA2
Text Example
Text Example
White with #B95FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95FA2; }
p { color: rgb(185,95,162); }
H1.HeaderClassName
{
color: #B95FA2;
}
.AnyTagClassName
{
color: #B95FA2;
}
</style>
background-color css
<style>
a { background-color: #B95FA2; }
a { background-color: rgb(185,95,162); }
div.DivClassName
{
background-color: #B95FA2;
}
.BgClassName
{
background-color: #B95FA2;
}
</style>
border-color css
<style>
span { border-color: #B95FA2; }
span { border-color: rgb(185,95,162); }
td.TdClassName
{
border-color: #B95FA2;
}
.TagClassName
{
border-color: #B95FA2;
}
</style>