Shades of Violet Blue #B760A2
Tints of Violet Blue #B760A2
RGB
CMYK
RGB Variations
Color information
#B760A2 (or 0xB760A2) is known color: Violet Blue. HEX triplet: B7, 60 and A2. RGB value is (183,96,162). Sum of RGB (Red+Green+Blue) = 183+96+162=441 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.50% from 441); Green value is 96 (37.89% from 255 or 21.77% from 441); Blue value is 162 (63.67% from 255 or 36.73% from 441); Max value from RGB is 183 - color contains mainly: red. Hex color #B760A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B760A2 is #489F5D. Grayscale: #818181. Windows color (decimal): -4759390 or 10641591. OLE color: 10641591.
HSL color Cylindrical-coordinate representation of color #B760A2: hue angle of 314.48º 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 #B760A2 is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 96 | 162 | - |
| CMYK | 0 | 0.48 | 0.11 | 0.28 |
| HSL | 314.48º | 0.38% | 0.55% | - |
| HSV(B) | 314.48º | 0.48% | 0.72% | - |
| XYZ | 30.23 | 21.04 | 36.65 | - |
| YUV | 129.54 | 146.32 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 96 | 162 | 0 | 0.48 | 0.11 | 0.28 | 314.48 | 0.38 | 0.55 |
| Hex | B7 | 60 | A2 | 0 | 30 | B | 1C | 13A | 26 | 37 |
| Octal | 267 | 140 | 242 | 0 | 60 | 13 | 34 | 472 | 46 | 67 |
| Binary | 10110111 | 1100000 | 10100010 | 0 | 110000 | 1011 | 11100 | 100111010 | 100110 | 110111 |
Color Harmonies of #B760A2
Complementary color
Monochromatic Colors of #B760A2
Black with #B760A2
Text Example
Text Example
White with #B760A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B760A2; }
p { color: rgb(183,96,162); }
H1.HeaderClassName
{
color: #B760A2;
}
.AnyTagClassName
{
color: #B760A2;
}
</style>
background-color css
<style>
a { background-color: #B760A2; }
a { background-color: rgb(183,96,162); }
div.DivClassName
{
background-color: #B760A2;
}
.BgClassName
{
background-color: #B760A2;
}
</style>
border-color css
<style>
span { border-color: #B760A2; }
span { border-color: rgb(183,96,162); }
td.TdClassName
{
border-color: #B760A2;
}
.TagClassName
{
border-color: #B760A2;
}
</style>