Shades of Violet Blue #B759A8
Tints of Violet Blue #B759A8
RGB
CMYK
RGB Variations
Color information
#B759A8 (or 0xB759A8) is known color: Violet Blue. HEX triplet: B7, 59 and A8. RGB value is (183,89,168). Sum of RGB (Red+Green+Blue) = 183+89+168=440 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.59% from 440); Green value is 89 (35.16% from 255 or 20.23% from 440); Blue value is 168 (66.02% from 255 or 38.18% from 440); Max value from RGB is 183 - color contains mainly: red. Hex color #B759A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B759A8 is #48A657. Grayscale: #7D7D7D. Windows color (decimal): -4761176 or 11033015. OLE color: 11033015.
HSL color Cylindrical-coordinate representation of color #B759A8: hue angle of 309.57º 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 #B759A8 is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 89 | 168 | - |
| CMYK | 0 | 0.51 | 0.08 | 0.28 |
| HSL | 309.57º | 0.39% | 0.53% | - |
| HSV(B) | 309.57º | 0.51% | 0.72% | - |
| XYZ | 30.17 | 20.04 | 39.32 | - |
| YUV | 126.11 | 151.64 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 89 | 168 | 0 | 0.51 | 0.08 | 0.28 | 309.57 | 0.39 | 0.53 |
| Hex | B7 | 59 | A8 | 0 | 33 | 8 | 1C | 136 | 27 | 35 |
| Octal | 267 | 131 | 250 | 0 | 63 | 10 | 34 | 466 | 47 | 65 |
| Binary | 10110111 | 1011001 | 10101000 | 0 | 110011 | 1000 | 11100 | 100110110 | 100111 | 110101 |
Color Harmonies of #B759A8
Complementary color
Monochromatic Colors of #B759A8
Black with #B759A8
Text Example
Text Example
White with #B759A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B759A8; }
p { color: rgb(183,89,168); }
H1.HeaderClassName
{
color: #B759A8;
}
.AnyTagClassName
{
color: #B759A8;
}
</style>
background-color css
<style>
a { background-color: #B759A8; }
a { background-color: rgb(183,89,168); }
div.DivClassName
{
background-color: #B759A8;
}
.BgClassName
{
background-color: #B759A8;
}
</style>
border-color css
<style>
span { border-color: #B759A8; }
span { border-color: rgb(183,89,168); }
td.TdClassName
{
border-color: #B759A8;
}
.TagClassName
{
border-color: #B759A8;
}
</style>