Shades of Violet Blue #B74BA3
Tints of Violet Blue #B74BA3
RGB
CMYK
RGB Variations
Color information
#B74BA3 (or 0xB74BA3) is known color: Violet Blue. HEX triplet: B7, 4B and A3. RGB value is (183,75,163). Sum of RGB (Red+Green+Blue) = 183+75+163=421 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.47% from 421); Green value is 75 (29.69% from 255 or 17.81% from 421); Blue value is 163 (64.06% from 255 or 38.72% from 421); Max value from RGB is 183 - color contains mainly: red. Hex color #B74BA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74BA3 is #48B45C. Grayscale: #757575. Windows color (decimal): -4764765 or 10701751. OLE color: 10701751.
HSL color Cylindrical-coordinate representation of color #B74BA3: hue angle of 311.11º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B74BA3 is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 75 | 163 | - |
| CMYK | 0 | 0.59 | 0.11 | 0.28 |
| HSL | 311.11º | 0.43% | 0.51% | - |
| HSV(B) | 311.11º | 0.59% | 0.72% | - |
| XYZ | 28.66 | 17.74 | 36.56 | - |
| YUV | 117.32 | 153.78 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 75 | 163 | 0 | 0.59 | 0.11 | 0.28 | 311.11 | 0.43 | 0.51 |
| Hex | B7 | 4B | A3 | 0 | 3B | B | 1C | 137 | 2B | 33 |
| Octal | 267 | 113 | 243 | 0 | 73 | 13 | 34 | 467 | 53 | 63 |
| Binary | 10110111 | 1001011 | 10100011 | 0 | 111011 | 1011 | 11100 | 100110111 | 101011 | 110011 |
Color Harmonies of #B74BA3
Complementary color
Monochromatic Colors of #B74BA3
Black with #B74BA3
Text Example
Text Example
White with #B74BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74BA3; }
p { color: rgb(183,75,163); }
H1.HeaderClassName
{
color: #B74BA3;
}
.AnyTagClassName
{
color: #B74BA3;
}
</style>
background-color css
<style>
a { background-color: #B74BA3; }
a { background-color: rgb(183,75,163); }
div.DivClassName
{
background-color: #B74BA3;
}
.BgClassName
{
background-color: #B74BA3;
}
</style>
border-color css
<style>
span { border-color: #B74BA3; }
span { border-color: rgb(183,75,163); }
td.TdClassName
{
border-color: #B74BA3;
}
.TagClassName
{
border-color: #B74BA3;
}
</style>