Shades of Violet Blue #B465A2
Tints of Violet Blue #B465A2
RGB
CMYK
RGB Variations
Color information
#B465A2 (or 0xB465A2) is known color: Violet Blue. HEX triplet: B4, 65 and A2. RGB value is (180,101,162). Sum of RGB (Red+Green+Blue) = 180+101+162=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 101 (39.84% from 255 or 22.80% from 443); Blue value is 162 (63.67% from 255 or 36.57% from 443); Max value from RGB is 180 - color contains mainly: red. Hex color #B465A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B465A2 is #4B9A5D. Grayscale: #838383. Windows color (decimal): -4954718 or 10642868. OLE color: 10642868.
HSL color Cylindrical-coordinate representation of color #B465A2: hue angle of 313.67º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B465A2 is Cyan = 0, Magento = 0.44, Yellow = 0.1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 101 | 162 | - |
| CMYK | 0 | 0.44 | 0.1 | 0.29 |
| HSL | 313.67º | 0.34% | 0.55% | - |
| HSV(B) | 313.67º | 0.44% | 0.71% | - |
| XYZ | 30 | 21.62 | 36.77 | - |
| YUV | 131.58 | 145.17 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 101 | 162 | 0 | 0.44 | 0.1 | 0.29 | 313.67 | 0.34 | 0.55 |
| Hex | B4 | 65 | A2 | 0 | 2C | A | 1D | 13A | 22 | 37 |
| Octal | 264 | 145 | 242 | 0 | 54 | 12 | 35 | 472 | 42 | 67 |
| Binary | 10110100 | 1100101 | 10100010 | 0 | 101100 | 1010 | 11101 | 100111010 | 100010 | 110111 |
Color Harmonies of #B465A2
Complementary color
Monochromatic Colors of #B465A2
Black with #B465A2
Text Example
Text Example
White with #B465A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B465A2; }
p { color: rgb(180,101,162); }
H1.HeaderClassName
{
color: #B465A2;
}
.AnyTagClassName
{
color: #B465A2;
}
</style>
background-color css
<style>
a { background-color: #B465A2; }
a { background-color: rgb(180,101,162); }
div.DivClassName
{
background-color: #B465A2;
}
.BgClassName
{
background-color: #B465A2;
}
</style>
border-color css
<style>
span { border-color: #B465A2; }
span { border-color: rgb(180,101,162); }
td.TdClassName
{
border-color: #B465A2;
}
.TagClassName
{
border-color: #B465A2;
}
</style>