Shades of Violet Blue #B963A3
Tints of Violet Blue #B963A3
RGB
CMYK
RGB Variations
Color information
#B963A3 (or 0xB963A3) is known color: Violet Blue. HEX triplet: B9, 63 and A3. RGB value is (185,99,163). Sum of RGB (Red+Green+Blue) = 185+99+163=447 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.39% from 447); Green value is 99 (39.06% from 255 or 22.15% from 447); Blue value is 163 (64.06% from 255 or 36.47% from 447); Max value from RGB is 185 - color contains mainly: red. Hex color #B963A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B963A3 is #469C5C. Grayscale: #838383. Windows color (decimal): -4627549 or 10707897. OLE color: 10707897.
HSL color Cylindrical-coordinate representation of color #B963A3: hue angle of 315.35º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B963A3 is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 99 | 163 | - |
| CMYK | 0 | 0.46 | 0.12 | 0.27 |
| HSL | 315.35º | 0.38% | 0.56% | - |
| HSV(B) | 315.35º | 0.46% | 0.73% | - |
| XYZ | 31.08 | 21.88 | 37.24 | - |
| YUV | 132.01 | 145.49 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 99 | 163 | 0 | 0.46 | 0.12 | 0.27 | 315.35 | 0.38 | 0.56 |
| Hex | B9 | 63 | A3 | 0 | 2E | C | 1B | 13B | 26 | 38 |
| Octal | 271 | 143 | 243 | 0 | 56 | 14 | 33 | 473 | 46 | 70 |
| Binary | 10111001 | 1100011 | 10100011 | 0 | 101110 | 1100 | 11011 | 100111011 | 100110 | 111000 |
Color Harmonies of #B963A3
Complementary color
Monochromatic Colors of #B963A3
Black with #B963A3
Text Example
Text Example
White with #B963A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B963A3; }
p { color: rgb(185,99,163); }
H1.HeaderClassName
{
color: #B963A3;
}
.AnyTagClassName
{
color: #B963A3;
}
</style>
background-color css
<style>
a { background-color: #B963A3; }
a { background-color: rgb(185,99,163); }
div.DivClassName
{
background-color: #B963A3;
}
.BgClassName
{
background-color: #B963A3;
}
</style>
border-color css
<style>
span { border-color: #B963A3; }
span { border-color: rgb(185,99,163); }
td.TdClassName
{
border-color: #B963A3;
}
.TagClassName
{
border-color: #B963A3;
}
</style>