Shades of Violet Blue #B45CA0
Tints of Violet Blue #B45CA0
RGB
CMYK
RGB Variations
Color information
#B45CA0 (or 0xB45CA0) is known color: Violet Blue. HEX triplet: B4, 5C and A0. RGB value is (180,92,160). Sum of RGB (Red+Green+Blue) = 180+92+160=432 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.67% from 432); Green value is 92 (36.33% from 255 or 21.30% from 432); Blue value is 160 (62.89% from 255 or 37.04% from 432); Max value from RGB is 180 - color contains mainly: red. Hex color #B45CA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45CA0 is #4BA35F. Grayscale: #7D7D7D. Windows color (decimal): -4957024 or 10509492. OLE color: 10509492.
HSL color Cylindrical-coordinate representation of color #B45CA0: hue angle of 313.64º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B45CA0 is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 92 | 160 | - |
| CMYK | 0 | 0.49 | 0.11 | 0.29 |
| HSL | 313.64º | 0.37% | 0.53% | - |
| HSV(B) | 313.64º | 0.49% | 0.71% | - |
| XYZ | 28.99 | 19.9 | 35.57 | - |
| YUV | 126.06 | 147.15 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 92 | 160 | 0 | 0.49 | 0.11 | 0.29 | 313.64 | 0.37 | 0.53 |
| Hex | B4 | 5C | A0 | 0 | 31 | B | 1D | 13A | 25 | 35 |
| Octal | 264 | 134 | 240 | 0 | 61 | 13 | 35 | 472 | 45 | 65 |
| Binary | 10110100 | 1011100 | 10100000 | 0 | 110001 | 1011 | 11101 | 100111010 | 100101 | 110101 |
Color Harmonies of #B45CA0
Complementary color
Monochromatic Colors of #B45CA0
Black with #B45CA0
Text Example
Text Example
White with #B45CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45CA0; }
p { color: rgb(180,92,160); }
H1.HeaderClassName
{
color: #B45CA0;
}
.AnyTagClassName
{
color: #B45CA0;
}
</style>
background-color css
<style>
a { background-color: #B45CA0; }
a { background-color: rgb(180,92,160); }
div.DivClassName
{
background-color: #B45CA0;
}
.BgClassName
{
background-color: #B45CA0;
}
</style>
border-color css
<style>
span { border-color: #B45CA0; }
span { border-color: rgb(180,92,160); }
td.TdClassName
{
border-color: #B45CA0;
}
.TagClassName
{
border-color: #B45CA0;
}
</style>