Shades of Violet Blue #B45CA5
Tints of Violet Blue #B45CA5
RGB
CMYK
RGB Variations
Color information
#B45CA5 (or 0xB45CA5) is known color: Violet Blue. HEX triplet: B4, 5C and A5. RGB value is (180,92,165). Sum of RGB (Red+Green+Blue) = 180+92+165=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 92 (36.33% from 255 or 21.05% from 437); Blue value is 165 (64.84% from 255 or 37.76% from 437); Max value from RGB is 180 - color contains mainly: red. Hex color #B45CA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45CA5 is #4BA35A. Grayscale: #7E7E7E. Windows color (decimal): -4957019 or 10837172. OLE color: 10837172.
HSL color Cylindrical-coordinate representation of color #B45CA5: hue angle of 310.23º 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 #B45CA5 is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 92 | 165 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.29 |
| HSL | 310.23º | 0.37% | 0.53% | - |
| HSV(B) | 310.23º | 0.49% | 0.71% | - |
| XYZ | 29.44 | 20.07 | 37.92 | - |
| YUV | 126.63 | 149.65 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 92 | 165 | 0 | 0.49 | 0.08 | 0.29 | 310.23 | 0.37 | 0.53 |
| Hex | B4 | 5C | A5 | 0 | 31 | 8 | 1D | 136 | 25 | 35 |
| Octal | 264 | 134 | 245 | 0 | 61 | 10 | 35 | 466 | 45 | 65 |
| Binary | 10110100 | 1011100 | 10100101 | 0 | 110001 | 1000 | 11101 | 100110110 | 100101 | 110101 |
Color Harmonies of #B45CA5
Complementary color
Monochromatic Colors of #B45CA5
Black with #B45CA5
Text Example
Text Example
White with #B45CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45CA5; }
p { color: rgb(180,92,165); }
H1.HeaderClassName
{
color: #B45CA5;
}
.AnyTagClassName
{
color: #B45CA5;
}
</style>
background-color css
<style>
a { background-color: #B45CA5; }
a { background-color: rgb(180,92,165); }
div.DivClassName
{
background-color: #B45CA5;
}
.BgClassName
{
background-color: #B45CA5;
}
</style>
border-color css
<style>
span { border-color: #B45CA5; }
span { border-color: rgb(180,92,165); }
td.TdClassName
{
border-color: #B45CA5;
}
.TagClassName
{
border-color: #B45CA5;
}
</style>