Shades of East Side #B57FC9
Tints of East Side #B57FC9
RGB
CMYK
RGB Variations
Color information
#B57FC9 (or 0xB57FC9) is known color: East Side. HEX triplet: B5, 7F and C9. RGB value is (181,127,201). Sum of RGB (Red+Green+Blue) = 181+127+201=509 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.56% from 509); Green value is 127 (50% from 255 or 24.95% from 509); Blue value is 201 (78.91% from 255 or 39.49% from 509); Max value from RGB is 201 - color contains mainly: blue. Hex color #B57FC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57FC9 is #4A8036. Grayscale: #979797. Windows color (decimal): -4882487 or 13205429. OLE color: 13205429.
HSL color Cylindrical-coordinate representation of color #B57FC9: hue angle of 283.78º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B57FC9 is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 127 | 201 | - |
| CMYK | 0.10 | 0.37 | 0 | 0.21 |
| HSL | 283.78º | 0.41% | 0.64% | - |
| HSV(B) | 283.78º | 0.37% | 0.79% | - |
| XYZ | 37.19 | 29.22 | 58.94 | - |
| YUV | 151.58 | 155.89 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 127 | 201 | 0.10 | 0.37 | 0 | 0.21 | 283.78 | 0.41 | 0.64 |
| Hex | B5 | 7F | C9 | A | 25 | 0 | 15 | 11C | 29 | 40 |
| Octal | 265 | 177 | 311 | 12 | 45 | 0 | 25 | 434 | 51 | 100 |
| Binary | 10110101 | 1111111 | 11001001 | 1010 | 100101 | 0 | 10101 | 100011100 | 101001 | 1000000 |
Color Harmonies of #B57FC9
Complementary color
Monochromatic Colors of #B57FC9
Black with #B57FC9
Text Example
Text Example
White with #B57FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57FC9; }
p { color: rgb(181,127,201); }
H1.HeaderClassName
{
color: #B57FC9;
}
.AnyTagClassName
{
color: #B57FC9;
}
</style>
background-color css
<style>
a { background-color: #B57FC9; }
a { background-color: rgb(181,127,201); }
div.DivClassName
{
background-color: #B57FC9;
}
.BgClassName
{
background-color: #B57FC9;
}
</style>
border-color css
<style>
span { border-color: #B57FC9; }
span { border-color: rgb(181,127,201); }
td.TdClassName
{
border-color: #B57FC9;
}
.TagClassName
{
border-color: #B57FC9;
}
</style>