Shades of Violet Blue #B74DA3
Tints of Violet Blue #B74DA3
RGB
CMYK
RGB Variations
Color information
#B74DA3 (or 0xB74DA3) is known color: Violet Blue. HEX triplet: B7, 4D and A3. RGB value is (183,77,163). Sum of RGB (Red+Green+Blue) = 183+77+163=423 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.26% from 423); Green value is 77 (30.47% from 255 or 18.20% from 423); Blue value is 163 (64.06% from 255 or 38.53% from 423); Max value from RGB is 183 - color contains mainly: red. Hex color #B74DA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B74DA3 is #48B25C. Grayscale: #767676. Windows color (decimal): -4764253 or 10702263. OLE color: 10702263.
HSL color Cylindrical-coordinate representation of color #B74DA3: hue angle of 311.32º 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 #B74DA3 is Cyan = 0, Magento = 0.58, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 77 | 163 | - |
| CMYK | 0 | 0.58 | 0.11 | 0.28 |
| HSL | 311.32º | 0.42% | 0.51% | - |
| HSV(B) | 311.32º | 0.58% | 0.72% | - |
| XYZ | 28.79 | 18.02 | 36.61 | - |
| YUV | 118.5 | 153.12 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 77 | 163 | 0 | 0.58 | 0.11 | 0.28 | 311.32 | 0.42 | 0.51 |
| Hex | B7 | 4D | A3 | 0 | 3A | B | 1C | 137 | 2A | 33 |
| Octal | 267 | 115 | 243 | 0 | 72 | 13 | 34 | 467 | 52 | 63 |
| Binary | 10110111 | 1001101 | 10100011 | 0 | 111010 | 1011 | 11100 | 100110111 | 101010 | 110011 |
Color Harmonies of #B74DA3
Complementary color
Monochromatic Colors of #B74DA3
Black with #B74DA3
Text Example
Text Example
White with #B74DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74DA3; }
p { color: rgb(183,77,163); }
H1.HeaderClassName
{
color: #B74DA3;
}
.AnyTagClassName
{
color: #B74DA3;
}
</style>
background-color css
<style>
a { background-color: #B74DA3; }
a { background-color: rgb(183,77,163); }
div.DivClassName
{
background-color: #B74DA3;
}
.BgClassName
{
background-color: #B74DA3;
}
</style>
border-color css
<style>
span { border-color: #B74DA3; }
span { border-color: rgb(183,77,163); }
td.TdClassName
{
border-color: #B74DA3;
}
.TagClassName
{
border-color: #B74DA3;
}
</style>