Shades of East Side #B57BBC
Tints of East Side #B57BBC
RGB
CMYK
RGB Variations
Color information
#B57BBC (or 0xB57BBC) is known color: East Side. HEX triplet: B5, 7B and BC. RGB value is (181,123,188). Sum of RGB (Red+Green+Blue) = 181+123+188=492 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.79% from 492); Green value is 123 (48.44% from 255 or 25% from 492); Blue value is 188 (73.83% from 255 or 38.21% from 492); Max value from RGB is 188 - color contains mainly: blue. Hex color #B57BBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57BBC is #4A8443. Grayscale: #939393. Windows color (decimal): -4883524 or 12352437. OLE color: 12352437.
HSL color Cylindrical-coordinate representation of color #B57BBC: hue angle of 293.54º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B57BBC is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 123 | 188 | - |
| CMYK | 0.04 | 0.35 | 0 | 0.26 |
| HSL | 293.54º | 0.33% | 0.61% | - |
| HSV(B) | 293.54º | 0.35% | 0.74% | - |
| XYZ | 35.22 | 27.62 | 51.05 | - |
| YUV | 147.75 | 150.72 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 123 | 188 | 0.04 | 0.35 | 0 | 0.26 | 293.54 | 0.33 | 0.61 |
| Hex | B5 | 7B | BC | 4 | 23 | 0 | 1A | 126 | 21 | 3D |
| Octal | 265 | 173 | 274 | 4 | 43 | 0 | 32 | 446 | 41 | 75 |
| Binary | 10110101 | 1111011 | 10111100 | 100 | 100011 | 0 | 11010 | 100100110 | 100001 | 111101 |
Color Harmonies of #B57BBC
Complementary color
Monochromatic Colors of #B57BBC
Black with #B57BBC
Text Example
Text Example
White with #B57BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57BBC; }
p { color: rgb(181,123,188); }
H1.HeaderClassName
{
color: #B57BBC;
}
.AnyTagClassName
{
color: #B57BBC;
}
</style>
background-color css
<style>
a { background-color: #B57BBC; }
a { background-color: rgb(181,123,188); }
div.DivClassName
{
background-color: #B57BBC;
}
.BgClassName
{
background-color: #B57BBC;
}
</style>
border-color css
<style>
span { border-color: #B57BBC; }
span { border-color: rgb(181,123,188); }
td.TdClassName
{
border-color: #B57BBC;
}
.TagClassName
{
border-color: #B57BBC;
}
</style>