Shades of Violet Blue #B956A4
Tints of Violet Blue #B956A4
RGB
CMYK
RGB Variations
Color information
#B956A4 (or 0xB956A4) is known color: Violet Blue. HEX triplet: B9, 56 and A4. RGB value is (185,86,164). Sum of RGB (Red+Green+Blue) = 185+86+164=435 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.53% from 435); Green value is 86 (33.98% from 255 or 19.77% from 435); Blue value is 164 (64.45% from 255 or 37.70% from 435); Max value from RGB is 185 - color contains mainly: red. Hex color #B956A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B956A4 is #46A95B. Grayscale: #7C7C7C. Windows color (decimal): -4630876 or 10770105. OLE color: 10770105.
HSL color Cylindrical-coordinate representation of color #B956A4: hue angle of 312.73º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B956A4 is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 86 | 164 | - |
| CMYK | 0 | 0.54 | 0.11 | 0.27 |
| HSL | 312.73º | 0.41% | 0.53% | - |
| HSV(B) | 312.73º | 0.54% | 0.73% | - |
| XYZ | 30.04 | 19.65 | 37.33 | - |
| YUV | 124.49 | 150.3 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 86 | 164 | 0 | 0.54 | 0.11 | 0.27 | 312.73 | 0.41 | 0.53 |
| Hex | B9 | 56 | A4 | 0 | 36 | B | 1B | 139 | 29 | 35 |
| Octal | 271 | 126 | 244 | 0 | 66 | 13 | 33 | 471 | 51 | 65 |
| Binary | 10111001 | 1010110 | 10100100 | 0 | 110110 | 1011 | 11011 | 100111001 | 101001 | 110101 |
Color Harmonies of #B956A4
Complementary color
Monochromatic Colors of #B956A4
Black with #B956A4
Text Example
Text Example
White with #B956A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B956A4; }
p { color: rgb(185,86,164); }
H1.HeaderClassName
{
color: #B956A4;
}
.AnyTagClassName
{
color: #B956A4;
}
</style>
background-color css
<style>
a { background-color: #B956A4; }
a { background-color: rgb(185,86,164); }
div.DivClassName
{
background-color: #B956A4;
}
.BgClassName
{
background-color: #B956A4;
}
</style>
border-color css
<style>
span { border-color: #B956A4; }
span { border-color: rgb(185,86,164); }
td.TdClassName
{
border-color: #B956A4;
}
.TagClassName
{
border-color: #B956A4;
}
</style>