Shades of Violet Blue #B75AA2
Tints of Violet Blue #B75AA2
RGB
CMYK
RGB Variations
Color information
#B75AA2 (or 0xB75AA2) is known color: Violet Blue. HEX triplet: B7, 5A and A2. RGB value is (183,90,162). Sum of RGB (Red+Green+Blue) = 183+90+162=435 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.07% from 435); Green value is 90 (35.55% from 255 or 20.69% from 435); Blue value is 162 (63.67% from 255 or 37.24% from 435); Max value from RGB is 183 - color contains mainly: red. Hex color #B75AA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75AA2 is #48A55D. Grayscale: #7D7D7D. Windows color (decimal): -4760926 or 10640055. OLE color: 10640055.
HSL color Cylindrical-coordinate representation of color #B75AA2: hue angle of 313.55º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B75AA2 is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 90 | 162 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.28 |
| HSL | 313.55º | 0.39% | 0.54% | - |
| HSV(B) | 313.55º | 0.51% | 0.72% | - |
| XYZ | 29.71 | 19.99 | 36.47 | - |
| YUV | 126.02 | 148.31 | 168.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 90 | 162 | 0 | 0.51 | 0.11 | 0.28 | 313.55 | 0.39 | 0.54 |
| Hex | B7 | 5A | A2 | 0 | 33 | B | 1C | 13A | 27 | 36 |
| Octal | 267 | 132 | 242 | 0 | 63 | 13 | 34 | 472 | 47 | 66 |
| Binary | 10110111 | 1011010 | 10100010 | 0 | 110011 | 1011 | 11100 | 100111010 | 100111 | 110110 |
Color Harmonies of #B75AA2
Complementary color
Monochromatic Colors of #B75AA2
Black with #B75AA2
Text Example
Text Example
White with #B75AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75AA2; }
p { color: rgb(183,90,162); }
H1.HeaderClassName
{
color: #B75AA2;
}
.AnyTagClassName
{
color: #B75AA2;
}
</style>
background-color css
<style>
a { background-color: #B75AA2; }
a { background-color: rgb(183,90,162); }
div.DivClassName
{
background-color: #B75AA2;
}
.BgClassName
{
background-color: #B75AA2;
}
</style>
border-color css
<style>
span { border-color: #B75AA2; }
span { border-color: rgb(183,90,162); }
td.TdClassName
{
border-color: #B75AA2;
}
.TagClassName
{
border-color: #B75AA2;
}
</style>