Shades of Violet Blue #B460A1
Tints of Violet Blue #B460A1
RGB
CMYK
RGB Variations
Color information
#B460A1 (or 0xB460A1) is known color: Violet Blue. HEX triplet: B4, 60 and A1. RGB value is (180,96,161). Sum of RGB (Red+Green+Blue) = 180+96+161=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 96 (37.89% from 255 or 21.97% from 437); Blue value is 161 (63.28% from 255 or 36.84% from 437); Max value from RGB is 180 - color contains mainly: red. Hex color #B460A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B460A1 is #4B9F5E. Grayscale: #808080. Windows color (decimal): -4955999 or 10576052. OLE color: 10576052.
HSL color Cylindrical-coordinate representation of color #B460A1: hue angle of 313.57º 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 #B460A1 is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 96 | 161 | - |
| CMYK | 0 | 0.47 | 0.11 | 0.29 |
| HSL | 313.57º | 0.36% | 0.54% | - |
| HSV(B) | 313.57º | 0.47% | 0.71% | - |
| XYZ | 29.44 | 20.64 | 36.15 | - |
| YUV | 128.53 | 146.33 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 96 | 161 | 0 | 0.47 | 0.11 | 0.29 | 313.57 | 0.36 | 0.54 |
| Hex | B4 | 60 | A1 | 0 | 2F | B | 1D | 13A | 24 | 36 |
| Octal | 264 | 140 | 241 | 0 | 57 | 13 | 35 | 472 | 44 | 66 |
| Binary | 10110100 | 1100000 | 10100001 | 0 | 101111 | 1011 | 11101 | 100111010 | 100100 | 110110 |
Color Harmonies of #B460A1
Complementary color
Monochromatic Colors of #B460A1
Black with #B460A1
Text Example
Text Example
White with #B460A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B460A1; }
p { color: rgb(180,96,161); }
H1.HeaderClassName
{
color: #B460A1;
}
.AnyTagClassName
{
color: #B460A1;
}
</style>
background-color css
<style>
a { background-color: #B460A1; }
a { background-color: rgb(180,96,161); }
div.DivClassName
{
background-color: #B460A1;
}
.BgClassName
{
background-color: #B460A1;
}
</style>
border-color css
<style>
span { border-color: #B460A1; }
span { border-color: rgb(180,96,161); }
td.TdClassName
{
border-color: #B460A1;
}
.TagClassName
{
border-color: #B460A1;
}
</style>