Shades of Violet Blue #B44D9F
Tints of Violet Blue #B44D9F
RGB
CMYK
RGB Variations
Color information
#B44D9F (or 0xB44D9F) is known color: Violet Blue. HEX triplet: B4, 4D and 9F. RGB value is (180,77,159). Sum of RGB (Red+Green+Blue) = 180+77+159=416 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.27% from 416); Green value is 77 (30.47% from 255 or 18.51% from 416); Blue value is 159 (62.5% from 255 or 38.22% from 416); Max value from RGB is 180 - color contains mainly: red. Hex color #B44D9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B44D9F is #4BB260. Grayscale: #747474. Windows color (decimal): -4960865 or 10440116. OLE color: 10440116.
HSL color Cylindrical-coordinate representation of color #B44D9F: hue angle of 312.23º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B44D9F is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 77 | 159 | - |
| CMYK | 0 | 0.57 | 0.12 | 0.29 |
| HSL | 312.23º | 0.41% | 0.5% | - |
| HSV(B) | 312.23º | 0.57% | 0.71% | - |
| XYZ | 27.73 | 17.51 | 34.72 | - |
| YUV | 117.15 | 151.62 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 77 | 159 | 0 | 0.57 | 0.12 | 0.29 | 312.23 | 0.41 | 0.5 |
| Hex | B4 | 4D | 9F | 0 | 39 | C | 1D | 138 | 29 | 32 |
| Octal | 264 | 115 | 237 | 0 | 71 | 14 | 35 | 470 | 51 | 62 |
| Binary | 10110100 | 1001101 | 10011111 | 0 | 111001 | 1100 | 11101 | 100111000 | 101001 | 110010 |
Color Harmonies of #B44D9F
Complementary color
Monochromatic Colors of #B44D9F
Black with #B44D9F
Text Example
Text Example
White with #B44D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44D9F; }
p { color: rgb(180,77,159); }
H1.HeaderClassName
{
color: #B44D9F;
}
.AnyTagClassName
{
color: #B44D9F;
}
</style>
background-color css
<style>
a { background-color: #B44D9F; }
a { background-color: rgb(180,77,159); }
div.DivClassName
{
background-color: #B44D9F;
}
.BgClassName
{
background-color: #B44D9F;
}
</style>
border-color css
<style>
span { border-color: #B44D9F; }
span { border-color: rgb(180,77,159); }
td.TdClassName
{
border-color: #B44D9F;
}
.TagClassName
{
border-color: #B44D9F;
}
</style>