Shades of Violet Blue #B764AA
Tints of Violet Blue #B764AA
RGB
CMYK
RGB Variations
Color information
#B764AA (or 0xB764AA) is known color: Violet Blue. HEX triplet: B7, 64 and AA. RGB value is (183,100,170). Sum of RGB (Red+Green+Blue) = 183+100+170=453 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.40% from 453); Green value is 100 (39.45% from 255 or 22.08% from 453); Blue value is 170 (66.80% from 255 or 37.53% from 453); Max value from RGB is 183 - color contains mainly: red. Hex color #B764AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B764AA is #489B55. Grayscale: #848484. Windows color (decimal): -4758358 or 11166903. OLE color: 11166903.
HSL color Cylindrical-coordinate representation of color #B764AA: hue angle of 309.4º 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 #B764AA is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 100 | 170 | - |
| CMYK | 0 | 0.45 | 0.07 | 0.28 |
| HSL | 309.4º | 0.37% | 0.55% | - |
| HSV(B) | 309.4º | 0.45% | 0.72% | - |
| XYZ | 31.34 | 22.08 | 40.64 | - |
| YUV | 132.8 | 149 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 100 | 170 | 0 | 0.45 | 0.07 | 0.28 | 309.4 | 0.37 | 0.55 |
| Hex | B7 | 64 | AA | 0 | 2D | 7 | 1C | 135 | 25 | 37 |
| Octal | 267 | 144 | 252 | 0 | 55 | 7 | 34 | 465 | 45 | 67 |
| Binary | 10110111 | 1100100 | 10101010 | 0 | 101101 | 111 | 11100 | 100110101 | 100101 | 110111 |
Color Harmonies of #B764AA
Complementary color
Monochromatic Colors of #B764AA
Black with #B764AA
Text Example
Text Example
White with #B764AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B764AA; }
p { color: rgb(183,100,170); }
H1.HeaderClassName
{
color: #B764AA;
}
.AnyTagClassName
{
color: #B764AA;
}
</style>
background-color css
<style>
a { background-color: #B764AA; }
a { background-color: rgb(183,100,170); }
div.DivClassName
{
background-color: #B764AA;
}
.BgClassName
{
background-color: #B764AA;
}
</style>
border-color css
<style>
span { border-color: #B764AA; }
span { border-color: rgb(183,100,170); }
td.TdClassName
{
border-color: #B764AA;
}
.TagClassName
{
border-color: #B764AA;
}
</style>