Shades of Violet Blue #B771B0
Tints of Violet Blue #B771B0
RGB
CMYK
RGB Variations
Color information
#B771B0 (or 0xB771B0) is known color: Violet Blue. HEX triplet: B7, 71 and B0. RGB value is (183,113,176). Sum of RGB (Red+Green+Blue) = 183+113+176=472 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.77% from 472); Green value is 113 (44.53% from 255 or 23.94% from 472); Blue value is 176 (69.14% from 255 or 37.29% from 472); Max value from RGB is 183 - color contains mainly: red. Hex color #B771B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B771B0 is #488E4F. Grayscale: #8C8C8C. Windows color (decimal): -4755024 or 11563447. OLE color: 11563447.
HSL color Cylindrical-coordinate representation of color #B771B0: hue angle of 306º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B771B0 is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 113 | 176 | - |
| CMYK | 0 | 0.38 | 0.04 | 0.28 |
| HSL | 306º | 0.33% | 0.58% | - |
| HSV(B) | 306º | 0.38% | 0.72% | - |
| XYZ | 33.27 | 25.01 | 44.15 | - |
| YUV | 141.11 | 147.69 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 113 | 176 | 0 | 0.38 | 0.04 | 0.28 | 306 | 0.33 | 0.58 |
| Hex | B7 | 71 | B0 | 0 | 26 | 4 | 1C | 132 | 21 | 3A |
| Octal | 267 | 161 | 260 | 0 | 46 | 4 | 34 | 462 | 41 | 72 |
| Binary | 10110111 | 1110001 | 10110000 | 0 | 100110 | 100 | 11100 | 100110010 | 100001 | 111010 |
Color Harmonies of #B771B0
Complementary color
Monochromatic Colors of #B771B0
Black with #B771B0
Text Example
Text Example
White with #B771B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B771B0; }
p { color: rgb(183,113,176); }
H1.HeaderClassName
{
color: #B771B0;
}
.AnyTagClassName
{
color: #B771B0;
}
</style>
background-color css
<style>
a { background-color: #B771B0; }
a { background-color: rgb(183,113,176); }
div.DivClassName
{
background-color: #B771B0;
}
.BgClassName
{
background-color: #B771B0;
}
</style>
border-color css
<style>
span { border-color: #B771B0; }
span { border-color: rgb(183,113,176); }
td.TdClassName
{
border-color: #B771B0;
}
.TagClassName
{
border-color: #B771B0;
}
</style>