Shades of Violet Blue #B074AE
Tints of Violet Blue #B074AE
RGB
CMYK
RGB Variations
Color information
#B074AE (or 0xB074AE) is known color: Violet Blue. HEX triplet: B0, 74 and AE. RGB value is (176,116,174). Sum of RGB (Red+Green+Blue) = 176+116+174=466 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.77% from 466); Green value is 116 (45.70% from 255 or 24.89% from 466); Blue value is 174 (68.36% from 255 or 37.34% from 466); Max value from RGB is 176 - color contains mainly: red. Hex color #B074AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B074AE is #4F8B51. Grayscale: #8C8C8C. Windows color (decimal): -5213010 or 11433136. OLE color: 11433136.
HSL color Cylindrical-coordinate representation of color #B074AE: hue angle of 302º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B074AE is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 116 | 174 | - |
| CMYK | 0 | 0.34 | 0.01 | 0.31 |
| HSL | 302º | 0.28% | 0.57% | - |
| HSV(B) | 302º | 0.34% | 0.69% | - |
| XYZ | 31.79 | 24.78 | 43.15 | - |
| YUV | 140.55 | 146.88 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 116 | 174 | 0 | 0.34 | 0.01 | 0.31 | 302 | 0.28 | 0.57 |
| Hex | B0 | 74 | AE | 0 | 22 | 1 | 1F | 12E | 1C | 39 |
| Octal | 260 | 164 | 256 | 0 | 42 | 1 | 37 | 456 | 34 | 71 |
| Binary | 10110000 | 1110100 | 10101110 | 0 | 100010 | 1 | 11111 | 100101110 | 11100 | 111001 |
Color Harmonies of #B074AE
Complementary color
Monochromatic Colors of #B074AE
Black with #B074AE
Text Example
Text Example
White with #B074AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B074AE; }
p { color: rgb(176,116,174); }
H1.HeaderClassName
{
color: #B074AE;
}
.AnyTagClassName
{
color: #B074AE;
}
</style>
background-color css
<style>
a { background-color: #B074AE; }
a { background-color: rgb(176,116,174); }
div.DivClassName
{
background-color: #B074AE;
}
.BgClassName
{
background-color: #B074AE;
}
</style>
border-color css
<style>
span { border-color: #B074AE; }
span { border-color: rgb(176,116,174); }
td.TdClassName
{
border-color: #B074AE;
}
.TagClassName
{
border-color: #B074AE;
}
</style>