Shades of Violet Blue #B76BAC
Tints of Violet Blue #B76BAC
RGB
CMYK
RGB Variations
Color information
#B76BAC (or 0xB76BAC) is known color: Violet Blue. HEX triplet: B7, 6B and AC. RGB value is (183,107,172). Sum of RGB (Red+Green+Blue) = 183+107+172=462 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.61% from 462); Green value is 107 (42.19% from 255 or 23.16% from 462); Blue value is 172 (67.58% from 255 or 37.23% from 462); Max value from RGB is 183 - color contains mainly: red. Hex color #B76BAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76BAC is #489453. Grayscale: #888888. Windows color (decimal): -4756564 or 11299767. OLE color: 11299767.
HSL color Cylindrical-coordinate representation of color #B76BAC: hue angle of 308.68º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B76BAC is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 107 | 172 | - |
| CMYK | 0 | 0.42 | 0.06 | 0.28 |
| HSL | 308.68º | 0.35% | 0.57% | - |
| HSV(B) | 308.68º | 0.42% | 0.72% | - |
| XYZ | 32.23 | 23.56 | 41.88 | - |
| YUV | 137.13 | 147.68 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 107 | 172 | 0 | 0.42 | 0.06 | 0.28 | 308.68 | 0.35 | 0.57 |
| Hex | B7 | 6B | AC | 0 | 2A | 6 | 1C | 135 | 23 | 39 |
| Octal | 267 | 153 | 254 | 0 | 52 | 6 | 34 | 465 | 43 | 71 |
| Binary | 10110111 | 1101011 | 10101100 | 0 | 101010 | 110 | 11100 | 100110101 | 100011 | 111001 |
Color Harmonies of #B76BAC
Complementary color
Monochromatic Colors of #B76BAC
Black with #B76BAC
Text Example
Text Example
White with #B76BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76BAC; }
p { color: rgb(183,107,172); }
H1.HeaderClassName
{
color: #B76BAC;
}
.AnyTagClassName
{
color: #B76BAC;
}
</style>
background-color css
<style>
a { background-color: #B76BAC; }
a { background-color: rgb(183,107,172); }
div.DivClassName
{
background-color: #B76BAC;
}
.BgClassName
{
background-color: #B76BAC;
}
</style>
border-color css
<style>
span { border-color: #B76BAC; }
span { border-color: rgb(183,107,172); }
td.TdClassName
{
border-color: #B76BAC;
}
.TagClassName
{
border-color: #B76BAC;
}
</style>