Shades of East Side #B57FCD
Tints of East Side #B57FCD
RGB
CMYK
RGB Variations
Color information
#B57FCD (or 0xB57FCD) is known color: East Side. HEX triplet: B5, 7F and CD. RGB value is (181,127,205). Sum of RGB (Red+Green+Blue) = 181+127+205=513 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.28% from 513); Green value is 127 (50% from 255 or 24.76% from 513); Blue value is 205 (80.47% from 255 or 39.96% from 513); Max value from RGB is 205 - color contains mainly: blue. Hex color #B57FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57FCD is #4A8032. Grayscale: #979797. Windows color (decimal): -4882483 or 13467573. OLE color: 13467573.
HSL color Cylindrical-coordinate representation of color #B57FCD: hue angle of 281.54º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B57FCD is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 127 | 205 | - |
| CMYK | 0.12 | 0.38 | 0 | 0.20 |
| HSL | 281.54º | 0.44% | 0.65% | - |
| HSV(B) | 281.54º | 0.38% | 0.8% | - |
| XYZ | 37.66 | 29.41 | 61.45 | - |
| YUV | 152.04 | 157.89 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 127 | 205 | 0.12 | 0.38 | 0 | 0.20 | 281.54 | 0.44 | 0.65 |
| Hex | B5 | 7F | CD | C | 26 | 0 | 14 | 11A | 2C | 41 |
| Octal | 265 | 177 | 315 | 14 | 46 | 0 | 24 | 432 | 54 | 101 |
| Binary | 10110101 | 1111111 | 11001101 | 1100 | 100110 | 0 | 10100 | 100011010 | 101100 | 1000001 |
Color Harmonies of #B57FCD
Complementary color
Monochromatic Colors of #B57FCD
Black with #B57FCD
Text Example
Text Example
White with #B57FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57FCD; }
p { color: rgb(181,127,205); }
H1.HeaderClassName
{
color: #B57FCD;
}
.AnyTagClassName
{
color: #B57FCD;
}
</style>
background-color css
<style>
a { background-color: #B57FCD; }
a { background-color: rgb(181,127,205); }
div.DivClassName
{
background-color: #B57FCD;
}
.BgClassName
{
background-color: #B57FCD;
}
</style>
border-color css
<style>
span { border-color: #B57FCD; }
span { border-color: rgb(181,127,205); }
td.TdClassName
{
border-color: #B57FCD;
}
.TagClassName
{
border-color: #B57FCD;
}
</style>