Shades of Violet Blue #B761A1
Tints of Violet Blue #B761A1
RGB
CMYK
RGB Variations
Color information
#B761A1 (or 0xB761A1) is known color: Violet Blue. HEX triplet: B7, 61 and A1. RGB value is (183,97,161). Sum of RGB (Red+Green+Blue) = 183+97+161=441 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.50% from 441); Green value is 97 (38.28% from 255 or 22.00% from 441); Blue value is 161 (63.28% from 255 or 36.51% from 441); Max value from RGB is 183 - color contains mainly: red. Hex color #B761A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B761A1 is #489E5E. Grayscale: #818181. Windows color (decimal): -4759135 or 10576311. OLE color: 10576311.
HSL color Cylindrical-coordinate representation of color #B761A1: hue angle of 315.35º 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 #B761A1 is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 97 | 161 | - |
| CMYK | 0 | 0.47 | 0.12 | 0.28 |
| HSL | 315.35º | 0.37% | 0.55% | - |
| HSV(B) | 315.35º | 0.47% | 0.72% | - |
| XYZ | 30.24 | 21.19 | 36.21 | - |
| YUV | 130.01 | 145.49 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 97 | 161 | 0 | 0.47 | 0.12 | 0.28 | 315.35 | 0.37 | 0.55 |
| Hex | B7 | 61 | A1 | 0 | 2F | C | 1C | 13B | 25 | 37 |
| Octal | 267 | 141 | 241 | 0 | 57 | 14 | 34 | 473 | 45 | 67 |
| Binary | 10110111 | 1100001 | 10100001 | 0 | 101111 | 1100 | 11100 | 100111011 | 100101 | 110111 |
Color Harmonies of #B761A1
Complementary color
Monochromatic Colors of #B761A1
Black with #B761A1
Text Example
Text Example
White with #B761A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B761A1; }
p { color: rgb(183,97,161); }
H1.HeaderClassName
{
color: #B761A1;
}
.AnyTagClassName
{
color: #B761A1;
}
</style>
background-color css
<style>
a { background-color: #B761A1; }
a { background-color: rgb(183,97,161); }
div.DivClassName
{
background-color: #B761A1;
}
.BgClassName
{
background-color: #B761A1;
}
</style>
border-color css
<style>
span { border-color: #B761A1; }
span { border-color: rgb(183,97,161); }
td.TdClassName
{
border-color: #B761A1;
}
.TagClassName
{
border-color: #B761A1;
}
</style>