Shades of Violet Blue #B960A6
Tints of Violet Blue #B960A6
RGB
CMYK
RGB Variations
Color information
#B960A6 (or 0xB960A6) is known color: Violet Blue. HEX triplet: B9, 60 and A6. RGB value is (185,96,166). Sum of RGB (Red+Green+Blue) = 185+96+166=447 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.39% from 447); Green value is 96 (37.89% from 255 or 21.48% from 447); Blue value is 166 (65.23% from 255 or 37.14% from 447); Max value from RGB is 185 - color contains mainly: red. Hex color #B960A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B960A6 is #469F59. Grayscale: #828282. Windows color (decimal): -4628314 or 10903737. OLE color: 10903737.
HSL color Cylindrical-coordinate representation of color #B960A6: hue angle of 312.81º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B960A6 is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 96 | 166 | - |
| CMYK | 0 | 0.48 | 0.10 | 0.27 |
| HSL | 312.81º | 0.39% | 0.55% | - |
| HSV(B) | 312.81º | 0.48% | 0.73% | - |
| XYZ | 31.07 | 21.43 | 38.58 | - |
| YUV | 130.59 | 147.99 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 96 | 166 | 0 | 0.48 | 0.10 | 0.27 | 312.81 | 0.39 | 0.55 |
| Hex | B9 | 60 | A6 | 0 | 30 | A | 1B | 139 | 27 | 37 |
| Octal | 271 | 140 | 246 | 0 | 60 | 12 | 33 | 471 | 47 | 67 |
| Binary | 10111001 | 1100000 | 10100110 | 0 | 110000 | 1010 | 11011 | 100111001 | 100111 | 110111 |
Color Harmonies of #B960A6
Complementary color
Monochromatic Colors of #B960A6
Black with #B960A6
Text Example
Text Example
White with #B960A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B960A6; }
p { color: rgb(185,96,166); }
H1.HeaderClassName
{
color: #B960A6;
}
.AnyTagClassName
{
color: #B960A6;
}
</style>
background-color css
<style>
a { background-color: #B960A6; }
a { background-color: rgb(185,96,166); }
div.DivClassName
{
background-color: #B960A6;
}
.BgClassName
{
background-color: #B960A6;
}
</style>
border-color css
<style>
span { border-color: #B960A6; }
span { border-color: rgb(185,96,166); }
td.TdClassName
{
border-color: #B960A6;
}
.TagClassName
{
border-color: #B960A6;
}
</style>