Shades of Violet Blue #B074AF
Tints of Violet Blue #B074AF
RGB
CMYK
RGB Variations
Color information
#B074AF (or 0xB074AF) is known color: Violet Blue. HEX triplet: B0, 74 and AF. RGB value is (176,116,175). Sum of RGB (Red+Green+Blue) = 176+116+175=467 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.69% from 467); Green value is 116 (45.70% from 255 or 24.84% from 467); Blue value is 175 (68.75% from 255 or 37.47% from 467); Max value from RGB is 176 - color contains mainly: red. Hex color #B074AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B074AF is #4F8B50. Grayscale: #8C8C8C. Windows color (decimal): -5213009 or 11498672. OLE color: 11498672.
HSL color Cylindrical-coordinate representation of color #B074AF: hue angle of 301º 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 #B074AF is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 116 | 175 | - |
| CMYK | 0 | 0.34 | 0.01 | 0.31 |
| HSL | 301º | 0.28% | 0.57% | - |
| HSV(B) | 301º | 0.34% | 0.69% | - |
| XYZ | 31.89 | 24.82 | 43.67 | - |
| YUV | 140.67 | 147.38 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 116 | 175 | 0 | 0.34 | 0.01 | 0.31 | 301 | 0.28 | 0.57 |
| Hex | B0 | 74 | AF | 0 | 22 | 1 | 1F | 12D | 1C | 39 |
| Octal | 260 | 164 | 257 | 0 | 42 | 1 | 37 | 455 | 34 | 71 |
| Binary | 10110000 | 1110100 | 10101111 | 0 | 100010 | 1 | 11111 | 100101101 | 11100 | 111001 |
Color Harmonies of #B074AF
Complementary color
Monochromatic Colors of #B074AF
Black with #B074AF
Text Example
Text Example
White with #B074AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B074AF; }
p { color: rgb(176,116,175); }
H1.HeaderClassName
{
color: #B074AF;
}
.AnyTagClassName
{
color: #B074AF;
}
</style>
background-color css
<style>
a { background-color: #B074AF; }
a { background-color: rgb(176,116,175); }
div.DivClassName
{
background-color: #B074AF;
}
.BgClassName
{
background-color: #B074AF;
}
</style>
border-color css
<style>
span { border-color: #B074AF; }
span { border-color: rgb(176,116,175); }
td.TdClassName
{
border-color: #B074AF;
}
.TagClassName
{
border-color: #B074AF;
}
</style>