Shades of Violet Blue #B45C9C
Tints of Violet Blue #B45C9C
RGB
CMYK
RGB Variations
Color information
#B45C9C (or 0xB45C9C) is known color: Violet Blue. HEX triplet: B4, 5C and 9C. RGB value is (180,92,156). Sum of RGB (Red+Green+Blue) = 180+92+156=428 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.06% from 428); Green value is 92 (36.33% from 255 or 21.50% from 428); Blue value is 156 (61.33% from 255 or 36.45% from 428); Max value from RGB is 180 - color contains mainly: red. Hex color #B45C9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45C9C is #4BA363. Grayscale: #7D7D7D. Windows color (decimal): -4957028 or 10247348. OLE color: 10247348.
HSL color Cylindrical-coordinate representation of color #B45C9C: hue angle of 316.36º 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 #B45C9C is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 92 | 156 | - |
| CMYK | 0 | 0.49 | 0.13 | 0.29 |
| HSL | 316.36º | 0.37% | 0.53% | - |
| HSV(B) | 316.36º | 0.49% | 0.71% | - |
| XYZ | 28.65 | 19.76 | 33.76 | - |
| YUV | 125.61 | 145.15 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 92 | 156 | 0 | 0.49 | 0.13 | 0.29 | 316.36 | 0.37 | 0.53 |
| Hex | B4 | 5C | 9C | 0 | 31 | D | 1D | 13C | 25 | 35 |
| Octal | 264 | 134 | 234 | 0 | 61 | 15 | 35 | 474 | 45 | 65 |
| Binary | 10110100 | 1011100 | 10011100 | 0 | 110001 | 1101 | 11101 | 100111100 | 100101 | 110101 |
Color Harmonies of #B45C9C
Complementary color
Monochromatic Colors of #B45C9C
Black with #B45C9C
Text Example
Text Example
White with #B45C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45C9C; }
p { color: rgb(180,92,156); }
H1.HeaderClassName
{
color: #B45C9C;
}
.AnyTagClassName
{
color: #B45C9C;
}
</style>
background-color css
<style>
a { background-color: #B45C9C; }
a { background-color: rgb(180,92,156); }
div.DivClassName
{
background-color: #B45C9C;
}
.BgClassName
{
background-color: #B45C9C;
}
</style>
border-color css
<style>
span { border-color: #B45C9C; }
span { border-color: rgb(180,92,156); }
td.TdClassName
{
border-color: #B45C9C;
}
.TagClassName
{
border-color: #B45C9C;
}
</style>