Shades of Violet Blue #B45BA7
Tints of Violet Blue #B45BA7
RGB
CMYK
RGB Variations
Color information
#B45BA7 (or 0xB45BA7) is known color: Violet Blue. HEX triplet: B4, 5B and A7. RGB value is (180,91,167). Sum of RGB (Red+Green+Blue) = 180+91+167=438 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.10% from 438); Green value is 91 (35.94% from 255 or 20.78% from 438); Blue value is 167 (65.62% from 255 or 38.13% from 438); Max value from RGB is 180 - color contains mainly: red. Hex color #B45BA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45BA7 is #4BA458. Grayscale: #7E7E7E. Windows color (decimal): -4957273 or 10967988. OLE color: 10967988.
HSL color Cylindrical-coordinate representation of color #B45BA7: hue angle of 308.76º 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 #B45BA7 is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 91 | 167 | - |
| CMYK | 0 | 0.49 | 0.07 | 0.29 |
| HSL | 308.76º | 0.37% | 0.53% | - |
| HSV(B) | 308.76º | 0.49% | 0.71% | - |
| XYZ | 29.54 | 19.98 | 38.86 | - |
| YUV | 126.28 | 150.99 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 91 | 167 | 0 | 0.49 | 0.07 | 0.29 | 308.76 | 0.37 | 0.53 |
| Hex | B4 | 5B | A7 | 0 | 31 | 7 | 1D | 135 | 25 | 35 |
| Octal | 264 | 133 | 247 | 0 | 61 | 7 | 35 | 465 | 45 | 65 |
| Binary | 10110100 | 1011011 | 10100111 | 0 | 110001 | 111 | 11101 | 100110101 | 100101 | 110101 |
Color Harmonies of #B45BA7
Complementary color
Monochromatic Colors of #B45BA7
Black with #B45BA7
Text Example
Text Example
White with #B45BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45BA7; }
p { color: rgb(180,91,167); }
H1.HeaderClassName
{
color: #B45BA7;
}
.AnyTagClassName
{
color: #B45BA7;
}
</style>
background-color css
<style>
a { background-color: #B45BA7; }
a { background-color: rgb(180,91,167); }
div.DivClassName
{
background-color: #B45BA7;
}
.BgClassName
{
background-color: #B45BA7;
}
</style>
border-color css
<style>
span { border-color: #B45BA7; }
span { border-color: rgb(180,91,167); }
td.TdClassName
{
border-color: #B45BA7;
}
.TagClassName
{
border-color: #B45BA7;
}
</style>