Shades of Violet Blue #B74DA4
Tints of Violet Blue #B74DA4
RGB
CMYK
RGB Variations
Color information
#B74DA4 (or 0xB74DA4) is known color: Violet Blue. HEX triplet: B7, 4D and A4. RGB value is (183,77,164). Sum of RGB (Red+Green+Blue) = 183+77+164=424 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.16% from 424); Green value is 77 (30.47% from 255 or 18.16% from 424); Blue value is 164 (64.45% from 255 or 38.68% from 424); Max value from RGB is 183 - color contains mainly: red. Hex color #B74DA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B74DA4 is #48B25B. Grayscale: #767676. Windows color (decimal): -4764252 or 10767799. OLE color: 10767799.
HSL color Cylindrical-coordinate representation of color #B74DA4: hue angle of 310.75º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B74DA4 is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 77 | 164 | - |
| CMYK | 0 | 0.58 | 0.10 | 0.28 |
| HSL | 310.75º | 0.42% | 0.51% | - |
| HSV(B) | 310.75º | 0.58% | 0.72% | - |
| XYZ | 28.88 | 18.06 | 37.08 | - |
| YUV | 118.61 | 153.62 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 77 | 164 | 0 | 0.58 | 0.10 | 0.28 | 310.75 | 0.42 | 0.51 |
| Hex | B7 | 4D | A4 | 0 | 3A | A | 1C | 137 | 2A | 33 |
| Octal | 267 | 115 | 244 | 0 | 72 | 12 | 34 | 467 | 52 | 63 |
| Binary | 10110111 | 1001101 | 10100100 | 0 | 111010 | 1010 | 11100 | 100110111 | 101010 | 110011 |
Color Harmonies of #B74DA4
Complementary color
Monochromatic Colors of #B74DA4
Black with #B74DA4
Text Example
Text Example
White with #B74DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74DA4; }
p { color: rgb(183,77,164); }
H1.HeaderClassName
{
color: #B74DA4;
}
.AnyTagClassName
{
color: #B74DA4;
}
</style>
background-color css
<style>
a { background-color: #B74DA4; }
a { background-color: rgb(183,77,164); }
div.DivClassName
{
background-color: #B74DA4;
}
.BgClassName
{
background-color: #B74DA4;
}
</style>
border-color css
<style>
span { border-color: #B74DA4; }
span { border-color: rgb(183,77,164); }
td.TdClassName
{
border-color: #B74DA4;
}
.TagClassName
{
border-color: #B74DA4;
}
</style>