Shades of East Side #B57BC3
Tints of East Side #B57BC3
RGB
CMYK
RGB Variations
Color information
#B57BC3 (or 0xB57BC3) is known color: East Side. HEX triplet: B5, 7B and C3. RGB value is (181,123,195). Sum of RGB (Red+Green+Blue) = 181+123+195=499 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.27% from 499); Green value is 123 (48.44% from 255 or 24.65% from 499); Blue value is 195 (76.56% from 255 or 39.08% from 499); Max value from RGB is 195 - color contains mainly: blue. Hex color #B57BC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57BC3 is #4A843C. Grayscale: #949494. Windows color (decimal): -4883517 or 12811189. OLE color: 12811189.
HSL color Cylindrical-coordinate representation of color #B57BC3: hue angle of 288.33º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B57BC3 is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 123 | 195 | - |
| CMYK | 0.07 | 0.37 | 0 | 0.24 |
| HSL | 288.33º | 0.38% | 0.62% | - |
| HSV(B) | 288.33º | 0.37% | 0.76% | - |
| XYZ | 35.99 | 27.93 | 55.12 | - |
| YUV | 148.55 | 154.22 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 123 | 195 | 0.07 | 0.37 | 0 | 0.24 | 288.33 | 0.38 | 0.62 |
| Hex | B5 | 7B | C3 | 7 | 25 | 0 | 18 | 120 | 26 | 3E |
| Octal | 265 | 173 | 303 | 7 | 45 | 0 | 30 | 440 | 46 | 76 |
| Binary | 10110101 | 1111011 | 11000011 | 111 | 100101 | 0 | 11000 | 100100000 | 100110 | 111110 |
Color Harmonies of #B57BC3
Complementary color
Monochromatic Colors of #B57BC3
Black with #B57BC3
Text Example
Text Example
White with #B57BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57BC3; }
p { color: rgb(181,123,195); }
H1.HeaderClassName
{
color: #B57BC3;
}
.AnyTagClassName
{
color: #B57BC3;
}
</style>
background-color css
<style>
a { background-color: #B57BC3; }
a { background-color: rgb(181,123,195); }
div.DivClassName
{
background-color: #B57BC3;
}
.BgClassName
{
background-color: #B57BC3;
}
</style>
border-color css
<style>
span { border-color: #B57BC3; }
span { border-color: rgb(181,123,195); }
td.TdClassName
{
border-color: #B57BC3;
}
.TagClassName
{
border-color: #B57BC3;
}
</style>