Shades of Violet Blue #B759A2
Tints of Violet Blue #B759A2
RGB
CMYK
RGB Variations
Color information
#B759A2 (or 0xB759A2) is known color: Violet Blue. HEX triplet: B7, 59 and A2. RGB value is (183,89,162). Sum of RGB (Red+Green+Blue) = 183+89+162=434 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.17% from 434); Green value is 89 (35.16% from 255 or 20.51% from 434); Blue value is 162 (63.67% from 255 or 37.33% from 434); Max value from RGB is 183 - color contains mainly: red. Hex color #B759A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B759A2 is #48A65D. Grayscale: #7D7D7D. Windows color (decimal): -4761182 or 10639799. OLE color: 10639799.
HSL color Cylindrical-coordinate representation of color #B759A2: hue angle of 313.4º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B759A2 is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 89 | 162 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.28 |
| HSL | 313.4º | 0.39% | 0.53% | - |
| HSV(B) | 313.4º | 0.51% | 0.72% | - |
| XYZ | 29.62 | 19.82 | 36.45 | - |
| YUV | 125.43 | 148.64 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 89 | 162 | 0 | 0.51 | 0.11 | 0.28 | 313.4 | 0.39 | 0.53 |
| Hex | B7 | 59 | A2 | 0 | 33 | B | 1C | 139 | 27 | 35 |
| Octal | 267 | 131 | 242 | 0 | 63 | 13 | 34 | 471 | 47 | 65 |
| Binary | 10110111 | 1011001 | 10100010 | 0 | 110011 | 1011 | 11100 | 100111001 | 100111 | 110101 |
Color Harmonies of #B759A2
Complementary color
Monochromatic Colors of #B759A2
Black with #B759A2
Text Example
Text Example
White with #B759A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B759A2; }
p { color: rgb(183,89,162); }
H1.HeaderClassName
{
color: #B759A2;
}
.AnyTagClassName
{
color: #B759A2;
}
</style>
background-color css
<style>
a { background-color: #B759A2; }
a { background-color: rgb(183,89,162); }
div.DivClassName
{
background-color: #B759A2;
}
.BgClassName
{
background-color: #B759A2;
}
</style>
border-color css
<style>
span { border-color: #B759A2; }
span { border-color: rgb(183,89,162); }
td.TdClassName
{
border-color: #B759A2;
}
.TagClassName
{
border-color: #B759A2;
}
</style>