Shades of Violet Blue #B755A0
Tints of Violet Blue #B755A0
RGB
CMYK
RGB Variations
Color information
#B755A0 (or 0xB755A0) is known color: Violet Blue. HEX triplet: B7, 55 and A0. RGB value is (183,85,160). Sum of RGB (Red+Green+Blue) = 183+85+160=428 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.76% from 428); Green value is 85 (33.59% from 255 or 19.86% from 428); Blue value is 160 (62.89% from 255 or 37.38% from 428); Max value from RGB is 183 - color contains mainly: red. Hex color #B755A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B755A0 is #48AA5F. Grayscale: #7A7A7A. Windows color (decimal): -4762208 or 10507703. OLE color: 10507703.
HSL color Cylindrical-coordinate representation of color #B755A0: hue angle of 314.08º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B755A0 is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 85 | 160 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.28 |
| HSL | 314.08º | 0.4% | 0.53% | - |
| HSV(B) | 314.08º | 0.54% | 0.72% | - |
| XYZ | 29.12 | 19.1 | 35.41 | - |
| YUV | 122.85 | 148.97 | 170.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 85 | 160 | 0 | 0.54 | 0.13 | 0.28 | 314.08 | 0.4 | 0.53 |
| Hex | B7 | 55 | A0 | 0 | 36 | D | 1C | 13A | 28 | 35 |
| Octal | 267 | 125 | 240 | 0 | 66 | 15 | 34 | 472 | 50 | 65 |
| Binary | 10110111 | 1010101 | 10100000 | 0 | 110110 | 1101 | 11100 | 100111010 | 101000 | 110101 |
Color Harmonies of #B755A0
Complementary color
Monochromatic Colors of #B755A0
Black with #B755A0
Text Example
Text Example
White with #B755A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B755A0; }
p { color: rgb(183,85,160); }
H1.HeaderClassName
{
color: #B755A0;
}
.AnyTagClassName
{
color: #B755A0;
}
</style>
background-color css
<style>
a { background-color: #B755A0; }
a { background-color: rgb(183,85,160); }
div.DivClassName
{
background-color: #B755A0;
}
.BgClassName
{
background-color: #B755A0;
}
</style>
border-color css
<style>
span { border-color: #B755A0; }
span { border-color: rgb(183,85,160); }
td.TdClassName
{
border-color: #B755A0;
}
.TagClassName
{
border-color: #B755A0;
}
</style>