Shades of Violet Blue #B761A2
Tints of Violet Blue #B761A2
RGB
CMYK
RGB Variations
Color information
#B761A2 (or 0xB761A2) is known color: Violet Blue. HEX triplet: B7, 61 and A2. RGB value is (183,97,162). Sum of RGB (Red+Green+Blue) = 183+97+162=442 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.40% from 442); Green value is 97 (38.28% from 255 or 21.95% from 442); Blue value is 162 (63.67% from 255 or 36.65% from 442); Max value from RGB is 183 - color contains mainly: red. Hex color #B761A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B761A2 is #489E5D. Grayscale: #818181. Windows color (decimal): -4759134 or 10641847. OLE color: 10641847.
HSL color Cylindrical-coordinate representation of color #B761A2: hue angle of 314.65º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B761A2 is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 97 | 162 | - |
| CMYK | 0 | 0.47 | 0.11 | 0.28 |
| HSL | 314.65º | 0.37% | 0.55% | - |
| HSV(B) | 314.65º | 0.47% | 0.72% | - |
| XYZ | 30.32 | 21.23 | 36.68 | - |
| YUV | 130.12 | 145.99 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 97 | 162 | 0 | 0.47 | 0.11 | 0.28 | 314.65 | 0.37 | 0.55 |
| Hex | B7 | 61 | A2 | 0 | 2F | B | 1C | 13B | 25 | 37 |
| Octal | 267 | 141 | 242 | 0 | 57 | 13 | 34 | 473 | 45 | 67 |
| Binary | 10110111 | 1100001 | 10100010 | 0 | 101111 | 1011 | 11100 | 100111011 | 100101 | 110111 |
Color Harmonies of #B761A2
Complementary color
Monochromatic Colors of #B761A2
Black with #B761A2
Text Example
Text Example
White with #B761A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B761A2; }
p { color: rgb(183,97,162); }
H1.HeaderClassName
{
color: #B761A2;
}
.AnyTagClassName
{
color: #B761A2;
}
</style>
background-color css
<style>
a { background-color: #B761A2; }
a { background-color: rgb(183,97,162); }
div.DivClassName
{
background-color: #B761A2;
}
.BgClassName
{
background-color: #B761A2;
}
</style>
border-color css
<style>
span { border-color: #B761A2; }
span { border-color: rgb(183,97,162); }
td.TdClassName
{
border-color: #B761A2;
}
.TagClassName
{
border-color: #B761A2;
}
</style>