Shades of Violet Blue #B04D9F
Tints of Violet Blue #B04D9F
RGB
CMYK
RGB Variations
Color information
#B04D9F (or 0xB04D9F) is known color: Violet Blue. HEX triplet: B0, 4D and 9F. RGB value is (176,77,159). Sum of RGB (Red+Green+Blue) = 176+77+159=412 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.72% from 412); Green value is 77 (30.47% from 255 or 18.69% from 412); Blue value is 159 (62.5% from 255 or 38.59% from 412); Max value from RGB is 176 - color contains mainly: red. Hex color #B04D9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B04D9F is #4FB260. Grayscale: #737373. Windows color (decimal): -5223009 or 10440112. OLE color: 10440112.
HSL color Cylindrical-coordinate representation of color #B04D9F: hue angle of 310.3º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B04D9F is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 77 | 159 | - |
| CMYK | 0 | 0.56 | 0.10 | 0.31 |
| HSL | 310.3º | 0.39% | 0.5% | - |
| HSV(B) | 310.3º | 0.56% | 0.69% | - |
| XYZ | 26.82 | 17.04 | 34.68 | - |
| YUV | 115.95 | 152.3 | 170.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 77 | 159 | 0 | 0.56 | 0.10 | 0.31 | 310.3 | 0.39 | 0.5 |
| Hex | B0 | 4D | 9F | 0 | 38 | A | 1F | 136 | 27 | 32 |
| Octal | 260 | 115 | 237 | 0 | 70 | 12 | 37 | 466 | 47 | 62 |
| Binary | 10110000 | 1001101 | 10011111 | 0 | 111000 | 1010 | 11111 | 100110110 | 100111 | 110010 |
Color Harmonies of #B04D9F
Complementary color
Monochromatic Colors of #B04D9F
Black with #B04D9F
Text Example
Text Example
White with #B04D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04D9F; }
p { color: rgb(176,77,159); }
H1.HeaderClassName
{
color: #B04D9F;
}
.AnyTagClassName
{
color: #B04D9F;
}
</style>
background-color css
<style>
a { background-color: #B04D9F; }
a { background-color: rgb(176,77,159); }
div.DivClassName
{
background-color: #B04D9F;
}
.BgClassName
{
background-color: #B04D9F;
}
</style>
border-color css
<style>
span { border-color: #B04D9F; }
span { border-color: rgb(176,77,159); }
td.TdClassName
{
border-color: #B04D9F;
}
.TagClassName
{
border-color: #B04D9F;
}
</style>