Shades of East Side #B57CC2
Tints of East Side #B57CC2
RGB
CMYK
RGB Variations
Color information
#B57CC2 (or 0xB57CC2) is known color: East Side. HEX triplet: B5, 7C and C2. RGB value is (181,124,194). Sum of RGB (Red+Green+Blue) = 181+124+194=499 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.27% from 499); Green value is 124 (48.83% from 255 or 24.85% from 499); Blue value is 194 (76.17% from 255 or 38.88% from 499); Max value from RGB is 194 - color contains mainly: blue. Hex color #B57CC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57CC2 is #4A833D. Grayscale: #949494. Windows color (decimal): -4883262 or 12745909. OLE color: 12745909.
HSL color Cylindrical-coordinate representation of color #B57CC2: hue angle of 288.86º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B57CC2 is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 124 | 194 | - |
| CMYK | 0.07 | 0.36 | 0 | 0.24 |
| HSL | 288.86º | 0.36% | 0.62% | - |
| HSV(B) | 288.86º | 0.36% | 0.76% | - |
| XYZ | 36 | 28.13 | 54.57 | - |
| YUV | 149.02 | 153.38 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 124 | 194 | 0.07 | 0.36 | 0 | 0.24 | 288.86 | 0.36 | 0.62 |
| Hex | B5 | 7C | C2 | 7 | 24 | 0 | 18 | 121 | 24 | 3E |
| Octal | 265 | 174 | 302 | 7 | 44 | 0 | 30 | 441 | 44 | 76 |
| Binary | 10110101 | 1111100 | 11000010 | 111 | 100100 | 0 | 11000 | 100100001 | 100100 | 111110 |
Color Harmonies of #B57CC2
Complementary color
Monochromatic Colors of #B57CC2
Black with #B57CC2
Text Example
Text Example
White with #B57CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57CC2; }
p { color: rgb(181,124,194); }
H1.HeaderClassName
{
color: #B57CC2;
}
.AnyTagClassName
{
color: #B57CC2;
}
</style>
background-color css
<style>
a { background-color: #B57CC2; }
a { background-color: rgb(181,124,194); }
div.DivClassName
{
background-color: #B57CC2;
}
.BgClassName
{
background-color: #B57CC2;
}
</style>
border-color css
<style>
span { border-color: #B57CC2; }
span { border-color: rgb(181,124,194); }
td.TdClassName
{
border-color: #B57CC2;
}
.TagClassName
{
border-color: #B57CC2;
}
</style>