Shades of Violet Blue #B04DA2
Tints of Violet Blue #B04DA2
RGB
CMYK
RGB Variations
Color information
#B04DA2 (or 0xB04DA2) is known color: Violet Blue. HEX triplet: B0, 4D and A2. RGB value is (176,77,162). Sum of RGB (Red+Green+Blue) = 176+77+162=415 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.41% from 415); Green value is 77 (30.47% from 255 or 18.55% from 415); Blue value is 162 (63.67% from 255 or 39.04% from 415); Max value from RGB is 176 - color contains mainly: red. Hex color #B04DA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B04DA2 is #4FB25D. Grayscale: #747474. Windows color (decimal): -5223006 or 10636720. OLE color: 10636720.
HSL color Cylindrical-coordinate representation of color #B04DA2: hue angle of 308.48º 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 #B04DA2 is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 77 | 162 | - |
| CMYK | 0 | 0.56 | 0.08 | 0.31 |
| HSL | 308.48º | 0.39% | 0.5% | - |
| HSV(B) | 308.48º | 0.56% | 0.69% | - |
| XYZ | 27.08 | 17.15 | 36.06 | - |
| YUV | 116.29 | 153.8 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 77 | 162 | 0 | 0.56 | 0.08 | 0.31 | 308.48 | 0.39 | 0.5 |
| Hex | B0 | 4D | A2 | 0 | 38 | 8 | 1F | 134 | 27 | 32 |
| Octal | 260 | 115 | 242 | 0 | 70 | 10 | 37 | 464 | 47 | 62 |
| Binary | 10110000 | 1001101 | 10100010 | 0 | 111000 | 1000 | 11111 | 100110100 | 100111 | 110010 |
Color Harmonies of #B04DA2
Complementary color
Monochromatic Colors of #B04DA2
Black with #B04DA2
Text Example
Text Example
White with #B04DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04DA2; }
p { color: rgb(176,77,162); }
H1.HeaderClassName
{
color: #B04DA2;
}
.AnyTagClassName
{
color: #B04DA2;
}
</style>
background-color css
<style>
a { background-color: #B04DA2; }
a { background-color: rgb(176,77,162); }
div.DivClassName
{
background-color: #B04DA2;
}
.BgClassName
{
background-color: #B04DA2;
}
</style>
border-color css
<style>
span { border-color: #B04DA2; }
span { border-color: rgb(176,77,162); }
td.TdClassName
{
border-color: #B04DA2;
}
.TagClassName
{
border-color: #B04DA2;
}
</style>