Shades of Violet Blue #B45FA1
Tints of Violet Blue #B45FA1
RGB
CMYK
RGB Variations
Color information
#B45FA1 (or 0xB45FA1) is known color: Violet Blue. HEX triplet: B4, 5F and A1. RGB value is (180,95,161). Sum of RGB (Red+Green+Blue) = 180+95+161=436 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.28% from 436); Green value is 95 (37.5% from 255 or 21.79% from 436); Blue value is 161 (63.28% from 255 or 36.93% from 436); Max value from RGB is 180 - color contains mainly: red. Hex color #B45FA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45FA1 is #4BA05E. Grayscale: #7F7F7F. Windows color (decimal): -4956255 or 10575796. OLE color: 10575796.
HSL color Cylindrical-coordinate representation of color #B45FA1: hue angle of 313.41º 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 #B45FA1 is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 95 | 161 | - |
| CMYK | 0 | 0.47 | 0.11 | 0.29 |
| HSL | 313.41º | 0.36% | 0.54% | - |
| HSV(B) | 313.41º | 0.47% | 0.71% | - |
| XYZ | 29.35 | 20.46 | 36.12 | - |
| YUV | 127.94 | 146.66 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 95 | 161 | 0 | 0.47 | 0.11 | 0.29 | 313.41 | 0.36 | 0.54 |
| Hex | B4 | 5F | A1 | 0 | 2F | B | 1D | 139 | 24 | 36 |
| Octal | 264 | 137 | 241 | 0 | 57 | 13 | 35 | 471 | 44 | 66 |
| Binary | 10110100 | 1011111 | 10100001 | 0 | 101111 | 1011 | 11101 | 100111001 | 100100 | 110110 |
Color Harmonies of #B45FA1
Complementary color
Monochromatic Colors of #B45FA1
Black with #B45FA1
Text Example
Text Example
White with #B45FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45FA1; }
p { color: rgb(180,95,161); }
H1.HeaderClassName
{
color: #B45FA1;
}
.AnyTagClassName
{
color: #B45FA1;
}
</style>
background-color css
<style>
a { background-color: #B45FA1; }
a { background-color: rgb(180,95,161); }
div.DivClassName
{
background-color: #B45FA1;
}
.BgClassName
{
background-color: #B45FA1;
}
</style>
border-color css
<style>
span { border-color: #B45FA1; }
span { border-color: rgb(180,95,161); }
td.TdClassName
{
border-color: #B45FA1;
}
.TagClassName
{
border-color: #B45FA1;
}
</style>