Shades of Violet Blue #B74AA3
Tints of Violet Blue #B74AA3
RGB
CMYK
RGB Variations
Color information
#B74AA3 (or 0xB74AA3) is known color: Violet Blue. HEX triplet: B7, 4A and A3. RGB value is (183,74,163). Sum of RGB (Red+Green+Blue) = 183+74+163=420 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.57% from 420); Green value is 74 (29.30% from 255 or 17.62% from 420); Blue value is 163 (64.06% from 255 or 38.81% from 420); Max value from RGB is 183 - color contains mainly: red. Hex color #B74AA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74AA3 is #48B55C. Grayscale: #747474. Windows color (decimal): -4765021 or 10701495. OLE color: 10701495.
HSL color Cylindrical-coordinate representation of color #B74AA3: hue angle of 311.01º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B74AA3 is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 74 | 163 | - |
| CMYK | 0 | 0.60 | 0.11 | 0.28 |
| HSL | 311.01º | 0.43% | 0.5% | - |
| HSV(B) | 311.01º | 0.6% | 0.72% | - |
| XYZ | 28.59 | 17.61 | 36.54 | - |
| YUV | 116.74 | 154.11 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 74 | 163 | 0 | 0.60 | 0.11 | 0.28 | 311.01 | 0.43 | 0.5 |
| Hex | B7 | 4A | A3 | 0 | 3C | B | 1C | 137 | 2B | 32 |
| Octal | 267 | 112 | 243 | 0 | 74 | 13 | 34 | 467 | 53 | 62 |
| Binary | 10110111 | 1001010 | 10100011 | 0 | 111100 | 1011 | 11100 | 100110111 | 101011 | 110010 |
Color Harmonies of #B74AA3
Complementary color
Monochromatic Colors of #B74AA3
Black with #B74AA3
Text Example
Text Example
White with #B74AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74AA3; }
p { color: rgb(183,74,163); }
H1.HeaderClassName
{
color: #B74AA3;
}
.AnyTagClassName
{
color: #B74AA3;
}
</style>
background-color css
<style>
a { background-color: #B74AA3; }
a { background-color: rgb(183,74,163); }
div.DivClassName
{
background-color: #B74AA3;
}
.BgClassName
{
background-color: #B74AA3;
}
</style>
border-color css
<style>
span { border-color: #B74AA3; }
span { border-color: rgb(183,74,163); }
td.TdClassName
{
border-color: #B74AA3;
}
.TagClassName
{
border-color: #B74AA3;
}
</style>