Shades of Violet Blue #B760A0
Tints of Violet Blue #B760A0
RGB
CMYK
RGB Variations
Color information
#B760A0 (or 0xB760A0) is known color: Violet Blue. HEX triplet: B7, 60 and A0. RGB value is (183,96,160). Sum of RGB (Red+Green+Blue) = 183+96+160=439 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.69% from 439); Green value is 96 (37.89% from 255 or 21.87% from 439); Blue value is 160 (62.89% from 255 or 36.45% from 439); Max value from RGB is 183 - color contains mainly: red. Hex color #B760A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B760A0 is #489F5F. Grayscale: #818181. Windows color (decimal): -4759392 or 10510519. OLE color: 10510519.
HSL color Cylindrical-coordinate representation of color #B760A0: hue angle of 315.86º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B760A0 is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 96 | 160 | - |
| CMYK | 0 | 0.48 | 0.13 | 0.28 |
| HSL | 315.86º | 0.38% | 0.55% | - |
| HSV(B) | 315.86º | 0.48% | 0.72% | - |
| XYZ | 30.06 | 20.97 | 35.72 | - |
| YUV | 129.31 | 145.32 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 96 | 160 | 0 | 0.48 | 0.13 | 0.28 | 315.86 | 0.38 | 0.55 |
| Hex | B7 | 60 | A0 | 0 | 30 | D | 1C | 13C | 26 | 37 |
| Octal | 267 | 140 | 240 | 0 | 60 | 15 | 34 | 474 | 46 | 67 |
| Binary | 10110111 | 1100000 | 10100000 | 0 | 110000 | 1101 | 11100 | 100111100 | 100110 | 110111 |
Color Harmonies of #B760A0
Complementary color
Monochromatic Colors of #B760A0
Black with #B760A0
Text Example
Text Example
White with #B760A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B760A0; }
p { color: rgb(183,96,160); }
H1.HeaderClassName
{
color: #B760A0;
}
.AnyTagClassName
{
color: #B760A0;
}
</style>
background-color css
<style>
a { background-color: #B760A0; }
a { background-color: rgb(183,96,160); }
div.DivClassName
{
background-color: #B760A0;
}
.BgClassName
{
background-color: #B760A0;
}
</style>
border-color css
<style>
span { border-color: #B760A0; }
span { border-color: rgb(183,96,160); }
td.TdClassName
{
border-color: #B760A0;
}
.TagClassName
{
border-color: #B760A0;
}
</style>