Shades of Violet Blue #B770AC
Tints of Violet Blue #B770AC
RGB
CMYK
RGB Variations
Color information
#B770AC (or 0xB770AC) is known color: Violet Blue. HEX triplet: B7, 70 and AC. RGB value is (183,112,172). Sum of RGB (Red+Green+Blue) = 183+112+172=467 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.19% from 467); Green value is 112 (44.14% from 255 or 23.98% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 183 - color contains mainly: red. Hex color #B770AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B770AC is #488F53. Grayscale: #8B8B8B. Windows color (decimal): -4755284 or 11301047. OLE color: 11301047.
HSL color Cylindrical-coordinate representation of color #B770AC: hue angle of 309.3º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B770AC is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 112 | 172 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.28 |
| HSL | 309.3º | 0.33% | 0.58% | - |
| HSV(B) | 309.3º | 0.39% | 0.72% | - |
| XYZ | 32.77 | 24.63 | 42.06 | - |
| YUV | 140.07 | 146.02 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 112 | 172 | 0 | 0.39 | 0.06 | 0.28 | 309.3 | 0.33 | 0.58 |
| Hex | B7 | 70 | AC | 0 | 27 | 6 | 1C | 135 | 21 | 3A |
| Octal | 267 | 160 | 254 | 0 | 47 | 6 | 34 | 465 | 41 | 72 |
| Binary | 10110111 | 1110000 | 10101100 | 0 | 100111 | 110 | 11100 | 100110101 | 100001 | 111010 |
Color Harmonies of #B770AC
Complementary color
Monochromatic Colors of #B770AC
Black with #B770AC
Text Example
Text Example
White with #B770AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B770AC; }
p { color: rgb(183,112,172); }
H1.HeaderClassName
{
color: #B770AC;
}
.AnyTagClassName
{
color: #B770AC;
}
</style>
background-color css
<style>
a { background-color: #B770AC; }
a { background-color: rgb(183,112,172); }
div.DivClassName
{
background-color: #B770AC;
}
.BgClassName
{
background-color: #B770AC;
}
</style>
border-color css
<style>
span { border-color: #B770AC; }
span { border-color: rgb(183,112,172); }
td.TdClassName
{
border-color: #B770AC;
}
.TagClassName
{
border-color: #B770AC;
}
</style>