Shades of Violet Blue #B460A4
Tints of Violet Blue #B460A4
RGB
CMYK
RGB Variations
Color information
#B460A4 (or 0xB460A4) is known color: Violet Blue. HEX triplet: B4, 60 and A4. RGB value is (180,96,164). Sum of RGB (Red+Green+Blue) = 180+96+164=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 96 (37.89% from 255 or 21.82% from 440); Blue value is 164 (64.45% from 255 or 37.27% from 440); Max value from RGB is 180 - color contains mainly: red. Hex color #B460A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B460A4 is #4B9F5B. Grayscale: #808080. Windows color (decimal): -4955996 or 10772660. OLE color: 10772660.
HSL color Cylindrical-coordinate representation of color #B460A4: hue angle of 311.43º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B460A4 is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 96 | 164 | - |
| CMYK | 0 | 0.47 | 0.09 | 0.29 |
| HSL | 311.43º | 0.36% | 0.54% | - |
| HSV(B) | 311.43º | 0.47% | 0.71% | - |
| XYZ | 29.71 | 20.75 | 37.56 | - |
| YUV | 128.87 | 147.83 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 96 | 164 | 0 | 0.47 | 0.09 | 0.29 | 311.43 | 0.36 | 0.54 |
| Hex | B4 | 60 | A4 | 0 | 2F | 9 | 1D | 137 | 24 | 36 |
| Octal | 264 | 140 | 244 | 0 | 57 | 11 | 35 | 467 | 44 | 66 |
| Binary | 10110100 | 1100000 | 10100100 | 0 | 101111 | 1001 | 11101 | 100110111 | 100100 | 110110 |
Color Harmonies of #B460A4
Complementary color
Monochromatic Colors of #B460A4
Black with #B460A4
Text Example
Text Example
White with #B460A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B460A4; }
p { color: rgb(180,96,164); }
H1.HeaderClassName
{
color: #B460A4;
}
.AnyTagClassName
{
color: #B460A4;
}
</style>
background-color css
<style>
a { background-color: #B460A4; }
a { background-color: rgb(180,96,164); }
div.DivClassName
{
background-color: #B460A4;
}
.BgClassName
{
background-color: #B460A4;
}
</style>
border-color css
<style>
span { border-color: #B460A4; }
span { border-color: rgb(180,96,164); }
td.TdClassName
{
border-color: #B460A4;
}
.TagClassName
{
border-color: #B460A4;
}
</style>