Shades of Violet Blue #B45EAD
Tints of Violet Blue #B45EAD
RGB
CMYK
RGB Variations
Color information
#B45EAD (or 0xB45EAD) is known color: Violet Blue. HEX triplet: B4, 5E and AD. RGB value is (180,94,173). Sum of RGB (Red+Green+Blue) = 180+94+173=447 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.27% from 447); Green value is 94 (37.11% from 255 or 21.03% from 447); Blue value is 173 (67.97% from 255 or 38.70% from 447); Max value from RGB is 180 - color contains mainly: red. Hex color #B45EAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45EAD is #4BA152. Grayscale: #808080. Windows color (decimal): -4956499 or 11361972. OLE color: 11361972.
HSL color Cylindrical-coordinate representation of color #B45EAD: hue angle of 304.88º degrees, saturation: 0.36, 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 #B45EAD is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 94 | 173 | - |
| CMYK | 0 | 0.48 | 0.04 | 0.29 |
| HSL | 304.88º | 0.36% | 0.54% | - |
| HSV(B) | 304.88º | 0.48% | 0.71% | - |
| XYZ | 30.37 | 20.73 | 41.94 | - |
| YUV | 128.72 | 152.99 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 94 | 173 | 0 | 0.48 | 0.04 | 0.29 | 304.88 | 0.36 | 0.54 |
| Hex | B4 | 5E | AD | 0 | 30 | 4 | 1D | 131 | 24 | 36 |
| Octal | 264 | 136 | 255 | 0 | 60 | 4 | 35 | 461 | 44 | 66 |
| Binary | 10110100 | 1011110 | 10101101 | 0 | 110000 | 100 | 11101 | 100110001 | 100100 | 110110 |
Color Harmonies of #B45EAD
Complementary color
Monochromatic Colors of #B45EAD
Black with #B45EAD
Text Example
Text Example
White with #B45EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45EAD; }
p { color: rgb(180,94,173); }
H1.HeaderClassName
{
color: #B45EAD;
}
.AnyTagClassName
{
color: #B45EAD;
}
</style>
background-color css
<style>
a { background-color: #B45EAD; }
a { background-color: rgb(180,94,173); }
div.DivClassName
{
background-color: #B45EAD;
}
.BgClassName
{
background-color: #B45EAD;
}
</style>
border-color css
<style>
span { border-color: #B45EAD; }
span { border-color: rgb(180,94,173); }
td.TdClassName
{
border-color: #B45EAD;
}
.TagClassName
{
border-color: #B45EAD;
}
</style>