Shades of Violet Blue #B45BA8
Tints of Violet Blue #B45BA8
RGB
CMYK
RGB Variations
Color information
#B45BA8 (or 0xB45BA8) is known color: Violet Blue. HEX triplet: B4, 5B and A8. RGB value is (180,91,168). Sum of RGB (Red+Green+Blue) = 180+91+168=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 91 (35.94% from 255 or 20.73% from 439); Blue value is 168 (66.02% from 255 or 38.27% from 439); Max value from RGB is 180 - color contains mainly: red. Hex color #B45BA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45BA8 is #4BA457. Grayscale: #7E7E7E. Windows color (decimal): -4957272 or 11033524. OLE color: 11033524.
HSL color Cylindrical-coordinate representation of color #B45BA8: hue angle of 308.09º 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 #B45BA8 is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 91 | 168 | - |
| CMYK | 0 | 0.49 | 0.07 | 0.29 |
| HSL | 308.09º | 0.37% | 0.53% | - |
| HSV(B) | 308.09º | 0.49% | 0.71% | - |
| XYZ | 29.63 | 20.01 | 39.35 | - |
| YUV | 126.39 | 151.49 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 91 | 168 | 0 | 0.49 | 0.07 | 0.29 | 308.09 | 0.37 | 0.53 |
| Hex | B4 | 5B | A8 | 0 | 31 | 7 | 1D | 134 | 25 | 35 |
| Octal | 264 | 133 | 250 | 0 | 61 | 7 | 35 | 464 | 45 | 65 |
| Binary | 10110100 | 1011011 | 10101000 | 0 | 110001 | 111 | 11101 | 100110100 | 100101 | 110101 |
Color Harmonies of #B45BA8
Complementary color
Monochromatic Colors of #B45BA8
Black with #B45BA8
Text Example
Text Example
White with #B45BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45BA8; }
p { color: rgb(180,91,168); }
H1.HeaderClassName
{
color: #B45BA8;
}
.AnyTagClassName
{
color: #B45BA8;
}
</style>
background-color css
<style>
a { background-color: #B45BA8; }
a { background-color: rgb(180,91,168); }
div.DivClassName
{
background-color: #B45BA8;
}
.BgClassName
{
background-color: #B45BA8;
}
</style>
border-color css
<style>
span { border-color: #B45BA8; }
span { border-color: rgb(180,91,168); }
td.TdClassName
{
border-color: #B45BA8;
}
.TagClassName
{
border-color: #B45BA8;
}
</style>