Shades of Violet Blue #B074B1
Tints of Violet Blue #B074B1
RGB
CMYK
RGB Variations
Color information
#B074B1 (or 0xB074B1) is known color: Violet Blue. HEX triplet: B0, 74 and B1. RGB value is (176,116,177). Sum of RGB (Red+Green+Blue) = 176+116+177=469 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.53% from 469); Green value is 116 (45.70% from 255 or 24.73% from 469); Blue value is 177 (69.53% from 255 or 37.74% from 469); Max value from RGB is 177 - color contains mainly: blue. Hex color #B074B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B074B1 is #4F8B4E. Grayscale: #8C8C8C. Windows color (decimal): -5213007 or 11629744. OLE color: 11629744.
HSL color Cylindrical-coordinate representation of color #B074B1: hue angle of 299.02º 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 #B074B1 is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 116 | 177 | - |
| CMYK | 0.01 | 0.34 | 0 | 0.31 |
| HSL | 299.02º | 0.28% | 0.57% | - |
| HSV(B) | 299.02º | 0.34% | 0.69% | - |
| XYZ | 32.09 | 24.9 | 44.71 | - |
| YUV | 140.89 | 148.38 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 116 | 177 | 0.01 | 0.34 | 0 | 0.31 | 299.02 | 0.28 | 0.57 |
| Hex | B0 | 74 | B1 | 1 | 22 | 0 | 1F | 12B | 1C | 39 |
| Octal | 260 | 164 | 261 | 1 | 42 | 0 | 37 | 453 | 34 | 71 |
| Binary | 10110000 | 1110100 | 10110001 | 1 | 100010 | 0 | 11111 | 100101011 | 11100 | 111001 |
Color Harmonies of #B074B1
Complementary color
Monochromatic Colors of #B074B1
Black with #B074B1
Text Example
Text Example
White with #B074B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B074B1; }
p { color: rgb(176,116,177); }
H1.HeaderClassName
{
color: #B074B1;
}
.AnyTagClassName
{
color: #B074B1;
}
</style>
background-color css
<style>
a { background-color: #B074B1; }
a { background-color: rgb(176,116,177); }
div.DivClassName
{
background-color: #B074B1;
}
.BgClassName
{
background-color: #B074B1;
}
</style>
border-color css
<style>
span { border-color: #B074B1; }
span { border-color: rgb(176,116,177); }
td.TdClassName
{
border-color: #B074B1;
}
.TagClassName
{
border-color: #B074B1;
}
</style>