Shades of Violet Blue #B04F9A
Tints of Violet Blue #B04F9A
RGB
CMYK
RGB Variations
Color information
#B04F9A (or 0xB04F9A) is known color: Violet Blue. HEX triplet: B0, 4F and 9A. RGB value is (176,79,154). Sum of RGB (Red+Green+Blue) = 176+79+154=409 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.03% from 409); Green value is 79 (31.25% from 255 or 19.32% from 409); Blue value is 154 (60.55% from 255 or 37.65% from 409); Max value from RGB is 176 - color contains mainly: red. Hex color #B04F9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B04F9A is #4FB065. Grayscale: #747474. Windows color (decimal): -5222502 or 10112944. OLE color: 10112944.
HSL color Cylindrical-coordinate representation of color #B04F9A: hue angle of 313.61º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B04F9A is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 79 | 154 | - |
| CMYK | 0 | 0.55 | 0.12 | 0.31 |
| HSL | 313.61º | 0.38% | 0.5% | - |
| HSV(B) | 313.61º | 0.55% | 0.69% | - |
| XYZ | 26.53 | 17.16 | 32.48 | - |
| YUV | 116.55 | 149.14 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 79 | 154 | 0 | 0.55 | 0.12 | 0.31 | 313.61 | 0.38 | 0.5 |
| Hex | B0 | 4F | 9A | 0 | 37 | C | 1F | 13A | 26 | 32 |
| Octal | 260 | 117 | 232 | 0 | 67 | 14 | 37 | 472 | 46 | 62 |
| Binary | 10110000 | 1001111 | 10011010 | 0 | 110111 | 1100 | 11111 | 100111010 | 100110 | 110010 |
Color Harmonies of #B04F9A
Complementary color
Monochromatic Colors of #B04F9A
Black with #B04F9A
Text Example
Text Example
White with #B04F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04F9A; }
p { color: rgb(176,79,154); }
H1.HeaderClassName
{
color: #B04F9A;
}
.AnyTagClassName
{
color: #B04F9A;
}
</style>
background-color css
<style>
a { background-color: #B04F9A; }
a { background-color: rgb(176,79,154); }
div.DivClassName
{
background-color: #B04F9A;
}
.BgClassName
{
background-color: #B04F9A;
}
</style>
border-color css
<style>
span { border-color: #B04F9A; }
span { border-color: rgb(176,79,154); }
td.TdClassName
{
border-color: #B04F9A;
}
.TagClassName
{
border-color: #B04F9A;
}
</style>