Shades of Violet Blue #B45FA0
Tints of Violet Blue #B45FA0
RGB
CMYK
RGB Variations
Color information
#B45FA0 (or 0xB45FA0) is known color: Violet Blue. HEX triplet: B4, 5F and A0. RGB value is (180,95,160). Sum of RGB (Red+Green+Blue) = 180+95+160=435 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.38% from 435); Green value is 95 (37.5% from 255 or 21.84% from 435); Blue value is 160 (62.89% from 255 or 36.78% from 435); Max value from RGB is 180 - color contains mainly: red. Hex color #B45FA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45FA0 is #4BA05F. Grayscale: #7F7F7F. Windows color (decimal): -4956256 or 10510260. OLE color: 10510260.
HSL color Cylindrical-coordinate representation of color #B45FA0: hue angle of 314.12º 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 #B45FA0 is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 95 | 160 | - |
| CMYK | 0 | 0.47 | 0.11 | 0.29 |
| HSL | 314.12º | 0.36% | 0.54% | - |
| HSV(B) | 314.12º | 0.47% | 0.71% | - |
| XYZ | 29.26 | 20.43 | 35.66 | - |
| YUV | 127.83 | 146.16 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 95 | 160 | 0 | 0.47 | 0.11 | 0.29 | 314.12 | 0.36 | 0.54 |
| Hex | B4 | 5F | A0 | 0 | 2F | B | 1D | 13A | 24 | 36 |
| Octal | 264 | 137 | 240 | 0 | 57 | 13 | 35 | 472 | 44 | 66 |
| Binary | 10110100 | 1011111 | 10100000 | 0 | 101111 | 1011 | 11101 | 100111010 | 100100 | 110110 |
Color Harmonies of #B45FA0
Complementary color
Monochromatic Colors of #B45FA0
Black with #B45FA0
Text Example
Text Example
White with #B45FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45FA0; }
p { color: rgb(180,95,160); }
H1.HeaderClassName
{
color: #B45FA0;
}
.AnyTagClassName
{
color: #B45FA0;
}
</style>
background-color css
<style>
a { background-color: #B45FA0; }
a { background-color: rgb(180,95,160); }
div.DivClassName
{
background-color: #B45FA0;
}
.BgClassName
{
background-color: #B45FA0;
}
</style>
border-color css
<style>
span { border-color: #B45FA0; }
span { border-color: rgb(180,95,160); }
td.TdClassName
{
border-color: #B45FA0;
}
.TagClassName
{
border-color: #B45FA0;
}
</style>