Shades of Violet Blue #B463A3
Tints of Violet Blue #B463A3
RGB
CMYK
RGB Variations
Color information
#B463A3 (or 0xB463A3) is known color: Violet Blue. HEX triplet: B4, 63 and A3. RGB value is (180,99,163). Sum of RGB (Red+Green+Blue) = 180+99+163=442 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.72% from 442); Green value is 99 (39.06% from 255 or 22.40% from 442); Blue value is 163 (64.06% from 255 or 36.88% from 442); Max value from RGB is 180 - color contains mainly: red. Hex color #B463A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B463A3 is #4B9C5C. Grayscale: #828282. Windows color (decimal): -4955229 or 10707892. OLE color: 10707892.
HSL color Cylindrical-coordinate representation of color #B463A3: hue angle of 312.59º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B463A3 is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 99 | 163 | - |
| CMYK | 0 | 0.45 | 0.09 | 0.29 |
| HSL | 312.59º | 0.35% | 0.55% | - |
| HSV(B) | 312.59º | 0.45% | 0.71% | - |
| XYZ | 29.9 | 21.27 | 37.18 | - |
| YUV | 130.52 | 146.34 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 99 | 163 | 0 | 0.45 | 0.09 | 0.29 | 312.59 | 0.35 | 0.55 |
| Hex | B4 | 63 | A3 | 0 | 2D | 9 | 1D | 139 | 23 | 37 |
| Octal | 264 | 143 | 243 | 0 | 55 | 11 | 35 | 471 | 43 | 67 |
| Binary | 10110100 | 1100011 | 10100011 | 0 | 101101 | 1001 | 11101 | 100111001 | 100011 | 110111 |
Color Harmonies of #B463A3
Complementary color
Monochromatic Colors of #B463A3
Black with #B463A3
Text Example
Text Example
White with #B463A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B463A3; }
p { color: rgb(180,99,163); }
H1.HeaderClassName
{
color: #B463A3;
}
.AnyTagClassName
{
color: #B463A3;
}
</style>
background-color css
<style>
a { background-color: #B463A3; }
a { background-color: rgb(180,99,163); }
div.DivClassName
{
background-color: #B463A3;
}
.BgClassName
{
background-color: #B463A3;
}
</style>
border-color css
<style>
span { border-color: #B463A3; }
span { border-color: rgb(180,99,163); }
td.TdClassName
{
border-color: #B463A3;
}
.TagClassName
{
border-color: #B463A3;
}
</style>