Shades of Violet Blue #B04D9C
Tints of Violet Blue #B04D9C
RGB
CMYK
RGB Variations
Color information
#B04D9C (or 0xB04D9C) is known color: Violet Blue. HEX triplet: B0, 4D and 9C. RGB value is (176,77,156). Sum of RGB (Red+Green+Blue) = 176+77+156=409 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.03% from 409); Green value is 77 (30.47% from 255 or 18.83% from 409); Blue value is 156 (61.33% from 255 or 38.14% from 409); Max value from RGB is 176 - color contains mainly: red. Hex color #B04D9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B04D9C is #4FB263. Grayscale: #737373. Windows color (decimal): -5223012 or 10243504. OLE color: 10243504.
HSL color Cylindrical-coordinate representation of color #B04D9C: hue angle of 312.12º 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 #B04D9C is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 77 | 156 | - |
| CMYK | 0 | 0.56 | 0.11 | 0.31 |
| HSL | 312.12º | 0.39% | 0.5% | - |
| HSV(B) | 312.12º | 0.56% | 0.69% | - |
| XYZ | 26.56 | 16.94 | 33.32 | - |
| YUV | 115.61 | 150.8 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 77 | 156 | 0 | 0.56 | 0.11 | 0.31 | 312.12 | 0.39 | 0.5 |
| Hex | B0 | 4D | 9C | 0 | 38 | B | 1F | 138 | 27 | 32 |
| Octal | 260 | 115 | 234 | 0 | 70 | 13 | 37 | 470 | 47 | 62 |
| Binary | 10110000 | 1001101 | 10011100 | 0 | 111000 | 1011 | 11111 | 100111000 | 100111 | 110010 |
Color Harmonies of #B04D9C
Complementary color
Monochromatic Colors of #B04D9C
Black with #B04D9C
Text Example
Text Example
White with #B04D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04D9C; }
p { color: rgb(176,77,156); }
H1.HeaderClassName
{
color: #B04D9C;
}
.AnyTagClassName
{
color: #B04D9C;
}
</style>
background-color css
<style>
a { background-color: #B04D9C; }
a { background-color: rgb(176,77,156); }
div.DivClassName
{
background-color: #B04D9C;
}
.BgClassName
{
background-color: #B04D9C;
}
</style>
border-color css
<style>
span { border-color: #B04D9C; }
span { border-color: rgb(176,77,156); }
td.TdClassName
{
border-color: #B04D9C;
}
.TagClassName
{
border-color: #B04D9C;
}
</style>