Shades of East Side #B57BCF
Tints of East Side #B57BCF
RGB
CMYK
RGB Variations
Color information
#B57BCF (or 0xB57BCF) is known color: East Side. HEX triplet: B5, 7B and CF. RGB value is (181,123,207). Sum of RGB (Red+Green+Blue) = 181+123+207=511 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.42% from 511); Green value is 123 (48.44% from 255 or 24.07% from 511); Blue value is 207 (81.25% from 255 or 40.51% from 511); Max value from RGB is 207 - color contains mainly: blue. Hex color #B57BCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57BCF is #4A8430. Grayscale: #959595. Windows color (decimal): -4883505 or 13597621. OLE color: 13597621.
HSL color Cylindrical-coordinate representation of color #B57BCF: hue angle of 281.43º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B57BCF is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 123 | 207 | - |
| CMYK | 0.13 | 0.41 | 0 | 0.19 |
| HSL | 281.43º | 0.47% | 0.65% | - |
| HSV(B) | 281.43º | 0.41% | 0.81% | - |
| XYZ | 37.4 | 28.49 | 62.56 | - |
| YUV | 149.92 | 160.22 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 123 | 207 | 0.13 | 0.41 | 0 | 0.19 | 281.43 | 0.47 | 0.65 |
| Hex | B5 | 7B | CF | D | 29 | 0 | 13 | 119 | 2F | 41 |
| Octal | 265 | 173 | 317 | 15 | 51 | 0 | 23 | 431 | 57 | 101 |
| Binary | 10110101 | 1111011 | 11001111 | 1101 | 101001 | 0 | 10011 | 100011001 | 101111 | 1000001 |
Color Harmonies of #B57BCF
Complementary color
Monochromatic Colors of #B57BCF
Black with #B57BCF
Text Example
Text Example
White with #B57BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57BCF; }
p { color: rgb(181,123,207); }
H1.HeaderClassName
{
color: #B57BCF;
}
.AnyTagClassName
{
color: #B57BCF;
}
</style>
background-color css
<style>
a { background-color: #B57BCF; }
a { background-color: rgb(181,123,207); }
div.DivClassName
{
background-color: #B57BCF;
}
.BgClassName
{
background-color: #B57BCF;
}
</style>
border-color css
<style>
span { border-color: #B57BCF; }
span { border-color: rgb(181,123,207); }
td.TdClassName
{
border-color: #B57BCF;
}
.TagClassName
{
border-color: #B57BCF;
}
</style>