Shades of Violet Blue #B45BA2
Tints of Violet Blue #B45BA2
RGB
CMYK
RGB Variations
Color information
#B45BA2 (or 0xB45BA2) is known color: Violet Blue. HEX triplet: B4, 5B and A2. RGB value is (180,91,162). Sum of RGB (Red+Green+Blue) = 180+91+162=433 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.57% from 433); Green value is 91 (35.94% from 255 or 21.02% from 433); Blue value is 162 (63.67% from 255 or 37.41% from 433); Max value from RGB is 180 - color contains mainly: red. Hex color #B45BA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45BA2 is #4BA45D. Grayscale: #7D7D7D. Windows color (decimal): -4957278 or 10640308. OLE color: 10640308.
HSL color Cylindrical-coordinate representation of color #B45BA2: hue angle of 312.13º 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 #B45BA2 is Cyan = 0, Magento = 0.49, Yellow = 0.1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 91 | 162 | - |
| CMYK | 0 | 0.49 | 0.1 | 0.29 |
| HSL | 312.13º | 0.37% | 0.53% | - |
| HSV(B) | 312.13º | 0.49% | 0.71% | - |
| XYZ | 29.09 | 19.79 | 36.47 | - |
| YUV | 125.71 | 148.49 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 91 | 162 | 0 | 0.49 | 0.1 | 0.29 | 312.13 | 0.37 | 0.53 |
| Hex | B4 | 5B | A2 | 0 | 31 | A | 1D | 138 | 25 | 35 |
| Octal | 264 | 133 | 242 | 0 | 61 | 12 | 35 | 470 | 45 | 65 |
| Binary | 10110100 | 1011011 | 10100010 | 0 | 110001 | 1010 | 11101 | 100111000 | 100101 | 110101 |
Color Harmonies of #B45BA2
Complementary color
Monochromatic Colors of #B45BA2
Black with #B45BA2
Text Example
Text Example
White with #B45BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45BA2; }
p { color: rgb(180,91,162); }
H1.HeaderClassName
{
color: #B45BA2;
}
.AnyTagClassName
{
color: #B45BA2;
}
</style>
background-color css
<style>
a { background-color: #B45BA2; }
a { background-color: rgb(180,91,162); }
div.DivClassName
{
background-color: #B45BA2;
}
.BgClassName
{
background-color: #B45BA2;
}
</style>
border-color css
<style>
span { border-color: #B45BA2; }
span { border-color: rgb(180,91,162); }
td.TdClassName
{
border-color: #B45BA2;
}
.TagClassName
{
border-color: #B45BA2;
}
</style>