Shades of East Side #B57FCB
Tints of East Side #B57FCB
RGB
CMYK
RGB Variations
Color information
#B57FCB (or 0xB57FCB) is known color: East Side. HEX triplet: B5, 7F and CB. RGB value is (181,127,203). Sum of RGB (Red+Green+Blue) = 181+127+203=511 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.42% from 511); Green value is 127 (50% from 255 or 24.85% from 511); Blue value is 203 (79.69% from 255 or 39.73% from 511); Max value from RGB is 203 - color contains mainly: blue. Hex color #B57FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57FCB is #4A8034. Grayscale: #979797. Windows color (decimal): -4882485 or 13336501. OLE color: 13336501.
HSL color Cylindrical-coordinate representation of color #B57FCB: hue angle of 282.63º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B57FCB is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 127 | 203 | - |
| CMYK | 0.11 | 0.37 | 0 | 0.20 |
| HSL | 282.63º | 0.42% | 0.65% | - |
| HSV(B) | 282.63º | 0.37% | 0.8% | - |
| XYZ | 37.42 | 29.31 | 60.19 | - |
| YUV | 151.81 | 156.89 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 127 | 203 | 0.11 | 0.37 | 0 | 0.20 | 282.63 | 0.42 | 0.65 |
| Hex | B5 | 7F | CB | B | 25 | 0 | 14 | 11B | 2A | 41 |
| Octal | 265 | 177 | 313 | 13 | 45 | 0 | 24 | 433 | 52 | 101 |
| Binary | 10110101 | 1111111 | 11001011 | 1011 | 100101 | 0 | 10100 | 100011011 | 101010 | 1000001 |
Color Harmonies of #B57FCB
Complementary color
Monochromatic Colors of #B57FCB
Black with #B57FCB
Text Example
Text Example
White with #B57FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57FCB; }
p { color: rgb(181,127,203); }
H1.HeaderClassName
{
color: #B57FCB;
}
.AnyTagClassName
{
color: #B57FCB;
}
</style>
background-color css
<style>
a { background-color: #B57FCB; }
a { background-color: rgb(181,127,203); }
div.DivClassName
{
background-color: #B57FCB;
}
.BgClassName
{
background-color: #B57FCB;
}
</style>
border-color css
<style>
span { border-color: #B57FCB; }
span { border-color: rgb(181,127,203); }
td.TdClassName
{
border-color: #B57FCB;
}
.TagClassName
{
border-color: #B57FCB;
}
</style>