Shades of East Side #B57CCB
Tints of East Side #B57CCB
RGB
CMYK
RGB Variations
Color information
#B57CCB (or 0xB57CCB) is known color: East Side. HEX triplet: B5, 7C and CB. RGB value is (181,124,203). Sum of RGB (Red+Green+Blue) = 181+124+203=508 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.63% from 508); Green value is 124 (48.83% from 255 or 24.41% from 508); Blue value is 203 (79.69% from 255 or 39.96% from 508); Max value from RGB is 203 - color contains mainly: blue. Hex color #B57CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57CCB is #4A8334. Grayscale: #959595. Windows color (decimal): -4883253 or 13335733. OLE color: 13335733.
HSL color Cylindrical-coordinate representation of color #B57CCB: hue angle of 283.29º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B57CCB is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 124 | 203 | - |
| CMYK | 0.11 | 0.39 | 0 | 0.20 |
| HSL | 283.29º | 0.43% | 0.64% | - |
| HSV(B) | 283.29º | 0.39% | 0.8% | - |
| XYZ | 37.04 | 28.55 | 60.06 | - |
| YUV | 150.05 | 157.88 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 124 | 203 | 0.11 | 0.39 | 0 | 0.20 | 283.29 | 0.43 | 0.64 |
| Hex | B5 | 7C | CB | B | 27 | 0 | 14 | 11B | 2B | 40 |
| Octal | 265 | 174 | 313 | 13 | 47 | 0 | 24 | 433 | 53 | 100 |
| Binary | 10110101 | 1111100 | 11001011 | 1011 | 100111 | 0 | 10100 | 100011011 | 101011 | 1000000 |
Color Harmonies of #B57CCB
Complementary color
Monochromatic Colors of #B57CCB
Black with #B57CCB
Text Example
Text Example
White with #B57CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57CCB; }
p { color: rgb(181,124,203); }
H1.HeaderClassName
{
color: #B57CCB;
}
.AnyTagClassName
{
color: #B57CCB;
}
</style>
background-color css
<style>
a { background-color: #B57CCB; }
a { background-color: rgb(181,124,203); }
div.DivClassName
{
background-color: #B57CCB;
}
.BgClassName
{
background-color: #B57CCB;
}
</style>
border-color css
<style>
span { border-color: #B57CCB; }
span { border-color: rgb(181,124,203); }
td.TdClassName
{
border-color: #B57CCB;
}
.TagClassName
{
border-color: #B57CCB;
}
</style>