Shades of East Side #B57FBF
Tints of East Side #B57FBF
RGB
CMYK
RGB Variations
Color information
#B57FBF (or 0xB57FBF) is known color: East Side. HEX triplet: B5, 7F and BF. RGB value is (181,127,191). Sum of RGB (Red+Green+Blue) = 181+127+191=499 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.27% from 499); Green value is 127 (50% from 255 or 25.45% from 499); Blue value is 191 (75% from 255 or 38.28% from 499); Max value from RGB is 191 - color contains mainly: blue. Hex color #B57FBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57FBF is #4A8040. Grayscale: #969696. Windows color (decimal): -4882497 or 12550069. OLE color: 12550069.
HSL color Cylindrical-coordinate representation of color #B57FBF: hue angle of 290.62º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B57FBF is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 127 | 191 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.25 |
| HSL | 290.63º | 0.33% | 0.62% | - |
| HSV(B) | 290.63º | 0.34% | 0.75% | - |
| XYZ | 36.05 | 28.76 | 52.94 | - |
| YUV | 150.44 | 150.89 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 127 | 191 | 0.05 | 0.34 | 0 | 0.25 | 290.63 | 0.33 | 0.62 |
| Hex | B5 | 7F | BF | 5 | 22 | 0 | 19 | 123 | 21 | 3E |
| Octal | 265 | 177 | 277 | 5 | 42 | 0 | 31 | 443 | 41 | 76 |
| Binary | 10110101 | 1111111 | 10111111 | 101 | 100010 | 0 | 11001 | 100100011 | 100001 | 111110 |
Color Harmonies of #B57FBF
Complementary color
Monochromatic Colors of #B57FBF
Black with #B57FBF
Text Example
Text Example
White with #B57FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57FBF; }
p { color: rgb(181,127,191); }
H1.HeaderClassName
{
color: #B57FBF;
}
.AnyTagClassName
{
color: #B57FBF;
}
</style>
background-color css
<style>
a { background-color: #B57FBF; }
a { background-color: rgb(181,127,191); }
div.DivClassName
{
background-color: #B57FBF;
}
.BgClassName
{
background-color: #B57FBF;
}
</style>
border-color css
<style>
span { border-color: #B57FBF; }
span { border-color: rgb(181,127,191); }
td.TdClassName
{
border-color: #B57FBF;
}
.TagClassName
{
border-color: #B57FBF;
}
</style>