Shades of Violet Blue #B75BA0
Tints of Violet Blue #B75BA0
RGB
CMYK
RGB Variations
Color information
#B75BA0 (or 0xB75BA0) is known color: Violet Blue. HEX triplet: B7, 5B and A0. RGB value is (183,91,160). Sum of RGB (Red+Green+Blue) = 183+91+160=434 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.17% from 434); Green value is 91 (35.94% from 255 or 20.97% from 434); Blue value is 160 (62.89% from 255 or 36.87% from 434); Max value from RGB is 183 - color contains mainly: red. Hex color #B75BA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75BA0 is #48A45F. Grayscale: #7E7E7E. Windows color (decimal): -4760672 or 10509239. OLE color: 10509239.
HSL color Cylindrical-coordinate representation of color #B75BA0: hue angle of 315º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B75BA0 is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 91 | 160 | - |
| CMYK | 0 | 0.50 | 0.13 | 0.28 |
| HSL | 315º | 0.39% | 0.54% | - |
| HSV(B) | 315º | 0.5% | 0.72% | - |
| XYZ | 29.61 | 20.09 | 35.57 | - |
| YUV | 126.37 | 146.98 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 91 | 160 | 0 | 0.50 | 0.13 | 0.28 | 315 | 0.39 | 0.54 |
| Hex | B7 | 5B | A0 | 0 | 32 | D | 1C | 13B | 27 | 36 |
| Octal | 267 | 133 | 240 | 0 | 62 | 15 | 34 | 473 | 47 | 66 |
| Binary | 10110111 | 1011011 | 10100000 | 0 | 110010 | 1101 | 11100 | 100111011 | 100111 | 110110 |
Color Harmonies of #B75BA0
Complementary color
Monochromatic Colors of #B75BA0
Black with #B75BA0
Text Example
Text Example
White with #B75BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75BA0; }
p { color: rgb(183,91,160); }
H1.HeaderClassName
{
color: #B75BA0;
}
.AnyTagClassName
{
color: #B75BA0;
}
</style>
background-color css
<style>
a { background-color: #B75BA0; }
a { background-color: rgb(183,91,160); }
div.DivClassName
{
background-color: #B75BA0;
}
.BgClassName
{
background-color: #B75BA0;
}
</style>
border-color css
<style>
span { border-color: #B75BA0; }
span { border-color: rgb(183,91,160); }
td.TdClassName
{
border-color: #B75BA0;
}
.TagClassName
{
border-color: #B75BA0;
}
</style>