Shades of Violet Blue #B4509F
Tints of Violet Blue #B4509F
RGB
CMYK
RGB Variations
Color information
#B4509F (or 0xB4509F) is known color: Violet Blue. HEX triplet: B4, 50 and 9F. RGB value is (180,80,159). Sum of RGB (Red+Green+Blue) = 180+80+159=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 80 (31.64% from 255 or 19.09% from 419); Blue value is 159 (62.5% from 255 or 37.95% from 419); Max value from RGB is 180 - color contains mainly: red. Hex color #B4509F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4509F is #4BAF60. Grayscale: #767676. Windows color (decimal): -4960097 or 10440884. OLE color: 10440884.
HSL color Cylindrical-coordinate representation of color #B4509F: hue angle of 312.6º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B4509F is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 80 | 159 | - |
| CMYK | 0 | 0.56 | 0.12 | 0.29 |
| HSL | 312.6º | 0.4% | 0.51% | - |
| HSV(B) | 312.6º | 0.56% | 0.71% | - |
| XYZ | 27.95 | 17.94 | 34.79 | - |
| YUV | 118.91 | 150.63 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 80 | 159 | 0 | 0.56 | 0.12 | 0.29 | 312.6 | 0.4 | 0.51 |
| Hex | B4 | 50 | 9F | 0 | 38 | C | 1D | 139 | 28 | 33 |
| Octal | 264 | 120 | 237 | 0 | 70 | 14 | 35 | 471 | 50 | 63 |
| Binary | 10110100 | 1010000 | 10011111 | 0 | 111000 | 1100 | 11101 | 100111001 | 101000 | 110011 |
Color Harmonies of #B4509F
Complementary color
Monochromatic Colors of #B4509F
Black with #B4509F
Text Example
Text Example
White with #B4509F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4509F; }
p { color: rgb(180,80,159); }
H1.HeaderClassName
{
color: #B4509F;
}
.AnyTagClassName
{
color: #B4509F;
}
</style>
background-color css
<style>
a { background-color: #B4509F; }
a { background-color: rgb(180,80,159); }
div.DivClassName
{
background-color: #B4509F;
}
.BgClassName
{
background-color: #B4509F;
}
</style>
border-color css
<style>
span { border-color: #B4509F; }
span { border-color: rgb(180,80,159); }
td.TdClassName
{
border-color: #B4509F;
}
.TagClassName
{
border-color: #B4509F;
}
</style>