Shades of Violet Blue #B671B0
Tints of Violet Blue #B671B0
RGB
CMYK
RGB Variations
Color information
#B671B0 (or 0xB671B0) is known color: Violet Blue. HEX triplet: B6, 71 and B0. RGB value is (182,113,176). Sum of RGB (Red+Green+Blue) = 182+113+176=471 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.64% from 471); Green value is 113 (44.53% from 255 or 23.99% from 471); Blue value is 176 (69.14% from 255 or 37.37% from 471); Max value from RGB is 182 - color contains mainly: red. Hex color #B671B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B671B0 is #498E4F. Grayscale: #8C8C8C. Windows color (decimal): -4820560 or 11563446. OLE color: 11563446.
HSL color Cylindrical-coordinate representation of color #B671B0: hue angle of 305.22º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B671B0 is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 113 | 176 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.29 |
| HSL | 305.22º | 0.32% | 0.58% | - |
| HSV(B) | 305.22º | 0.38% | 0.71% | - |
| XYZ | 33.03 | 24.89 | 44.14 | - |
| YUV | 140.81 | 147.86 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 113 | 176 | 0 | 0.38 | 0.03 | 0.29 | 305.22 | 0.32 | 0.58 |
| Hex | B6 | 71 | B0 | 0 | 26 | 3 | 1D | 131 | 20 | 3A |
| Octal | 266 | 161 | 260 | 0 | 46 | 3 | 35 | 461 | 40 | 72 |
| Binary | 10110110 | 1110001 | 10110000 | 0 | 100110 | 11 | 11101 | 100110001 | 100000 | 111010 |
Color Harmonies of #B671B0
Complementary color
Monochromatic Colors of #B671B0
Black with #B671B0
Text Example
Text Example
White with #B671B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B671B0; }
p { color: rgb(182,113,176); }
H1.HeaderClassName
{
color: #B671B0;
}
.AnyTagClassName
{
color: #B671B0;
}
</style>
background-color css
<style>
a { background-color: #B671B0; }
a { background-color: rgb(182,113,176); }
div.DivClassName
{
background-color: #B671B0;
}
.BgClassName
{
background-color: #B671B0;
}
</style>
border-color css
<style>
span { border-color: #B671B0; }
span { border-color: rgb(182,113,176); }
td.TdClassName
{
border-color: #B671B0;
}
.TagClassName
{
border-color: #B671B0;
}
</style>