Shades of East Side #B575BE
Tints of East Side #B575BE
RGB
CMYK
RGB Variations
Color information
#B575BE (or 0xB575BE) is known color: East Side. HEX triplet: B5, 75 and BE. RGB value is (181,117,190). Sum of RGB (Red+Green+Blue) = 181+117+190=488 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.09% from 488); Green value is 117 (46.09% from 255 or 23.98% from 488); Blue value is 190 (74.61% from 255 or 38.93% from 488); Max value from RGB is 190 - color contains mainly: blue. Hex color #B575BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B575BE is #4A8A41. Grayscale: #909090. Windows color (decimal): -4885058 or 12481973. OLE color: 12481973.
HSL color Cylindrical-coordinate representation of color #B575BE: hue angle of 292.6º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B575BE is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 117 | 190 | - |
| CMYK | 0.05 | 0.38 | 0 | 0.25 |
| HSL | 292.6º | 0.36% | 0.6% | - |
| HSV(B) | 292.6º | 0.38% | 0.75% | - |
| XYZ | 34.71 | 26.26 | 51.96 | - |
| YUV | 144.46 | 153.7 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 117 | 190 | 0.05 | 0.38 | 0 | 0.25 | 292.6 | 0.36 | 0.6 |
| Hex | B5 | 75 | BE | 5 | 26 | 0 | 19 | 125 | 24 | 3C |
| Octal | 265 | 165 | 276 | 5 | 46 | 0 | 31 | 445 | 44 | 74 |
| Binary | 10110101 | 1110101 | 10111110 | 101 | 100110 | 0 | 11001 | 100100101 | 100100 | 111100 |
Color Harmonies of #B575BE
Complementary color
Monochromatic Colors of #B575BE
Black with #B575BE
Text Example
Text Example
White with #B575BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B575BE; }
p { color: rgb(181,117,190); }
H1.HeaderClassName
{
color: #B575BE;
}
.AnyTagClassName
{
color: #B575BE;
}
</style>
background-color css
<style>
a { background-color: #B575BE; }
a { background-color: rgb(181,117,190); }
div.DivClassName
{
background-color: #B575BE;
}
.BgClassName
{
background-color: #B575BE;
}
</style>
border-color css
<style>
span { border-color: #B575BE; }
span { border-color: rgb(181,117,190); }
td.TdClassName
{
border-color: #B575BE;
}
.TagClassName
{
border-color: #B575BE;
}
</style>