Shades of Violet Blue #B074AC
Tints of Violet Blue #B074AC
RGB
CMYK
RGB Variations
Color information
#B074AC (or 0xB074AC) is known color: Violet Blue. HEX triplet: B0, 74 and AC. RGB value is (176,116,172). Sum of RGB (Red+Green+Blue) = 176+116+172=464 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.93% from 464); Green value is 116 (45.70% from 255 or 25% from 464); Blue value is 172 (67.58% from 255 or 37.07% from 464); Max value from RGB is 176 - color contains mainly: red. Hex color #B074AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B074AC is #4F8B53. Grayscale: #8C8C8C. Windows color (decimal): -5213012 or 11302064. OLE color: 11302064.
HSL color Cylindrical-coordinate representation of color #B074AC: hue angle of 304º 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 #B074AC is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 116 | 172 | - |
| CMYK | 0 | 0.34 | 0.02 | 0.31 |
| HSL | 304º | 0.28% | 0.57% | - |
| HSV(B) | 304º | 0.34% | 0.69% | - |
| XYZ | 31.6 | 24.7 | 42.13 | - |
| YUV | 140.32 | 145.88 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 116 | 172 | 0 | 0.34 | 0.02 | 0.31 | 304 | 0.28 | 0.57 |
| Hex | B0 | 74 | AC | 0 | 22 | 2 | 1F | 130 | 1C | 39 |
| Octal | 260 | 164 | 254 | 0 | 42 | 2 | 37 | 460 | 34 | 71 |
| Binary | 10110000 | 1110100 | 10101100 | 0 | 100010 | 10 | 11111 | 100110000 | 11100 | 111001 |
Color Harmonies of #B074AC
Complementary color
Monochromatic Colors of #B074AC
Black with #B074AC
Text Example
Text Example
White with #B074AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B074AC; }
p { color: rgb(176,116,172); }
H1.HeaderClassName
{
color: #B074AC;
}
.AnyTagClassName
{
color: #B074AC;
}
</style>
background-color css
<style>
a { background-color: #B074AC; }
a { background-color: rgb(176,116,172); }
div.DivClassName
{
background-color: #B074AC;
}
.BgClassName
{
background-color: #B074AC;
}
</style>
border-color css
<style>
span { border-color: #B074AC; }
span { border-color: rgb(176,116,172); }
td.TdClassName
{
border-color: #B074AC;
}
.TagClassName
{
border-color: #B074AC;
}
</style>