Shades of Violet Blue #B45DA1
Tints of Violet Blue #B45DA1
RGB
CMYK
RGB Variations
Color information
#B45DA1 (or 0xB45DA1) is known color: Violet Blue. HEX triplet: B4, 5D and A1. RGB value is (180,93,161). Sum of RGB (Red+Green+Blue) = 180+93+161=434 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.47% from 434); Green value is 93 (36.72% from 255 or 21.43% from 434); Blue value is 161 (63.28% from 255 or 37.10% from 434); Max value from RGB is 180 - color contains mainly: red. Hex color #B45DA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45DA1 is #4BA25E. Grayscale: #7E7E7E. Windows color (decimal): -4956767 or 10575284. OLE color: 10575284.
HSL color Cylindrical-coordinate representation of color #B45DA1: hue angle of 313.1º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B45DA1 is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 93 | 161 | - |
| CMYK | 0 | 0.48 | 0.11 | 0.29 |
| HSL | 313.1º | 0.37% | 0.54% | - |
| HSV(B) | 313.1º | 0.48% | 0.71% | - |
| XYZ | 29.17 | 20.11 | 36.06 | - |
| YUV | 126.77 | 147.32 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 93 | 161 | 0 | 0.48 | 0.11 | 0.29 | 313.1 | 0.37 | 0.54 |
| Hex | B4 | 5D | A1 | 0 | 30 | B | 1D | 139 | 25 | 36 |
| Octal | 264 | 135 | 241 | 0 | 60 | 13 | 35 | 471 | 45 | 66 |
| Binary | 10110100 | 1011101 | 10100001 | 0 | 110000 | 1011 | 11101 | 100111001 | 100101 | 110110 |
Color Harmonies of #B45DA1
Complementary color
Monochromatic Colors of #B45DA1
Black with #B45DA1
Text Example
Text Example
White with #B45DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45DA1; }
p { color: rgb(180,93,161); }
H1.HeaderClassName
{
color: #B45DA1;
}
.AnyTagClassName
{
color: #B45DA1;
}
</style>
background-color css
<style>
a { background-color: #B45DA1; }
a { background-color: rgb(180,93,161); }
div.DivClassName
{
background-color: #B45DA1;
}
.BgClassName
{
background-color: #B45DA1;
}
</style>
border-color css
<style>
span { border-color: #B45DA1; }
span { border-color: rgb(180,93,161); }
td.TdClassName
{
border-color: #B45DA1;
}
.TagClassName
{
border-color: #B45DA1;
}
</style>