Shades of Violet Blue #B44CA4
Tints of Violet Blue #B44CA4
RGB
CMYK
RGB Variations
Color information
#B44CA4 (or 0xB44CA4) is known color: Violet Blue. HEX triplet: B4, 4C and A4. RGB value is (180,76,164). Sum of RGB (Red+Green+Blue) = 180+76+164=420 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.86% from 420); Green value is 76 (30.08% from 255 or 18.10% from 420); Blue value is 164 (64.45% from 255 or 39.05% from 420); Max value from RGB is 180 - color contains mainly: red. Hex color #B44CA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44CA4 is #4BB35B. Grayscale: #747474. Windows color (decimal): -4961116 or 10767540. OLE color: 10767540.
HSL color Cylindrical-coordinate representation of color #B44CA4: hue angle of 309.23º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B44CA4 is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 76 | 164 | - |
| CMYK | 0 | 0.58 | 0.09 | 0.29 |
| HSL | 309.23º | 0.41% | 0.5% | - |
| HSV(B) | 309.23º | 0.58% | 0.71% | - |
| XYZ | 28.11 | 17.55 | 37.03 | - |
| YUV | 117.13 | 154.46 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 76 | 164 | 0 | 0.58 | 0.09 | 0.29 | 309.23 | 0.41 | 0.5 |
| Hex | B4 | 4C | A4 | 0 | 3A | 9 | 1D | 135 | 29 | 32 |
| Octal | 264 | 114 | 244 | 0 | 72 | 11 | 35 | 465 | 51 | 62 |
| Binary | 10110100 | 1001100 | 10100100 | 0 | 111010 | 1001 | 11101 | 100110101 | 101001 | 110010 |
Color Harmonies of #B44CA4
Complementary color
Monochromatic Colors of #B44CA4
Black with #B44CA4
Text Example
Text Example
White with #B44CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44CA4; }
p { color: rgb(180,76,164); }
H1.HeaderClassName
{
color: #B44CA4;
}
.AnyTagClassName
{
color: #B44CA4;
}
</style>
background-color css
<style>
a { background-color: #B44CA4; }
a { background-color: rgb(180,76,164); }
div.DivClassName
{
background-color: #B44CA4;
}
.BgClassName
{
background-color: #B44CA4;
}
</style>
border-color css
<style>
span { border-color: #B44CA4; }
span { border-color: rgb(180,76,164); }
td.TdClassName
{
border-color: #B44CA4;
}
.TagClassName
{
border-color: #B44CA4;
}
</style>