Shades of Violet Blue #B45BA5
Tints of Violet Blue #B45BA5
RGB
CMYK
RGB Variations
Color information
#B45BA5 (or 0xB45BA5) is known color: Violet Blue. HEX triplet: B4, 5B and A5. RGB value is (180,91,165). Sum of RGB (Red+Green+Blue) = 180+91+165=436 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.28% from 436); Green value is 91 (35.94% from 255 or 20.87% from 436); Blue value is 165 (64.84% from 255 or 37.84% from 436); Max value from RGB is 180 - color contains mainly: red. Hex color #B45BA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45BA5 is #4BA45A. Grayscale: #7D7D7D. Windows color (decimal): -4957275 or 10836916. OLE color: 10836916.
HSL color Cylindrical-coordinate representation of color #B45BA5: hue angle of 310.11º 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 #B45BA5 is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 91 | 165 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.29 |
| HSL | 310.11º | 0.37% | 0.53% | - |
| HSV(B) | 310.11º | 0.49% | 0.71% | - |
| XYZ | 29.36 | 19.9 | 37.89 | - |
| YUV | 126.05 | 149.99 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 91 | 165 | 0 | 0.49 | 0.08 | 0.29 | 310.11 | 0.37 | 0.53 |
| Hex | B4 | 5B | A5 | 0 | 31 | 8 | 1D | 136 | 25 | 35 |
| Octal | 264 | 133 | 245 | 0 | 61 | 10 | 35 | 466 | 45 | 65 |
| Binary | 10110100 | 1011011 | 10100101 | 0 | 110001 | 1000 | 11101 | 100110110 | 100101 | 110101 |
Color Harmonies of #B45BA5
Complementary color
Monochromatic Colors of #B45BA5
Black with #B45BA5
Text Example
Text Example
White with #B45BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45BA5; }
p { color: rgb(180,91,165); }
H1.HeaderClassName
{
color: #B45BA5;
}
.AnyTagClassName
{
color: #B45BA5;
}
</style>
background-color css
<style>
a { background-color: #B45BA5; }
a { background-color: rgb(180,91,165); }
div.DivClassName
{
background-color: #B45BA5;
}
.BgClassName
{
background-color: #B45BA5;
}
</style>
border-color css
<style>
span { border-color: #B45BA5; }
span { border-color: rgb(180,91,165); }
td.TdClassName
{
border-color: #B45BA5;
}
.TagClassName
{
border-color: #B45BA5;
}
</style>