Shades of Violet Blue #B764A1
Tints of Violet Blue #B764A1
RGB
CMYK
RGB Variations
Color information
#B764A1 (or 0xB764A1) is known color: Violet Blue. HEX triplet: B7, 64 and A1. RGB value is (183,100,161). Sum of RGB (Red+Green+Blue) = 183+100+161=444 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.22% from 444); Green value is 100 (39.45% from 255 or 22.52% from 444); Blue value is 161 (63.28% from 255 or 36.26% from 444); Max value from RGB is 183 - color contains mainly: red. Hex color #B764A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B764A1 is #489B5E. Grayscale: #838383. Windows color (decimal): -4758367 or 10577079. OLE color: 10577079.
HSL color Cylindrical-coordinate representation of color #B764A1: hue angle of 315.9º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B764A1 is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 100 | 161 | - |
| CMYK | 0 | 0.45 | 0.12 | 0.28 |
| HSL | 315.9º | 0.37% | 0.55% | - |
| HSV(B) | 315.9º | 0.45% | 0.72% | - |
| XYZ | 30.52 | 21.75 | 36.31 | - |
| YUV | 131.77 | 144.5 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 100 | 161 | 0 | 0.45 | 0.12 | 0.28 | 315.9 | 0.37 | 0.55 |
| Hex | B7 | 64 | A1 | 0 | 2D | C | 1C | 13C | 25 | 37 |
| Octal | 267 | 144 | 241 | 0 | 55 | 14 | 34 | 474 | 45 | 67 |
| Binary | 10110111 | 1100100 | 10100001 | 0 | 101101 | 1100 | 11100 | 100111100 | 100101 | 110111 |
Color Harmonies of #B764A1
Complementary color
Monochromatic Colors of #B764A1
Black with #B764A1
Text Example
Text Example
White with #B764A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B764A1; }
p { color: rgb(183,100,161); }
H1.HeaderClassName
{
color: #B764A1;
}
.AnyTagClassName
{
color: #B764A1;
}
</style>
background-color css
<style>
a { background-color: #B764A1; }
a { background-color: rgb(183,100,161); }
div.DivClassName
{
background-color: #B764A1;
}
.BgClassName
{
background-color: #B764A1;
}
</style>
border-color css
<style>
span { border-color: #B764A1; }
span { border-color: rgb(183,100,161); }
td.TdClassName
{
border-color: #B764A1;
}
.TagClassName
{
border-color: #B764A1;
}
</style>