Shades of East Side #BC7BD8
Tints of East Side #BC7BD8
RGB
CMYK
RGB Variations
Color information
#BC7BD8 (or 0xBC7BD8) is known color: East Side. HEX triplet: BC, 7B and D8. RGB value is (188,123,216). Sum of RGB (Red+Green+Blue) = 188+123+216=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 123 (48.44% from 255 or 23.34% from 527); Blue value is 216 (84.77% from 255 or 40.99% from 527); Max value from RGB is 216 - color contains mainly: blue. Hex color #BC7BD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7BD8 is #438427. Grayscale: #989898. Windows color (decimal): -4424744 or 14187452. OLE color: 14187452.
HSL color Cylindrical-coordinate representation of color #BC7BD8: hue angle of 281.94º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BC7BD8 is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 123 | 216 | - |
| CMYK | 0.13 | 0.43 | 0 | 0.15 |
| HSL | 281.94º | 0.54% | 0.66% | - |
| HSV(B) | 281.94º | 0.43% | 0.85% | - |
| XYZ | 40.22 | 29.82 | 68.6 | - |
| YUV | 153.04 | 163.53 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 123 | 216 | 0.13 | 0.43 | 0 | 0.15 | 281.94 | 0.54 | 0.66 |
| Hex | BC | 7B | D8 | D | 2B | 0 | F | 11A | 36 | 42 |
| Octal | 274 | 173 | 330 | 15 | 53 | 0 | 17 | 432 | 66 | 102 |
| Binary | 10111100 | 1111011 | 11011000 | 1101 | 101011 | 0 | 1111 | 100011010 | 110110 | 1000010 |
Color Harmonies of #BC7BD8
Complementary color
Monochromatic Colors of #BC7BD8
Black with #BC7BD8
Text Example
Text Example
White with #BC7BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7BD8; }
p { color: rgb(188,123,216); }
H1.HeaderClassName
{
color: #BC7BD8;
}
.AnyTagClassName
{
color: #BC7BD8;
}
</style>
background-color css
<style>
a { background-color: #BC7BD8; }
a { background-color: rgb(188,123,216); }
div.DivClassName
{
background-color: #BC7BD8;
}
.BgClassName
{
background-color: #BC7BD8;
}
</style>
border-color css
<style>
span { border-color: #BC7BD8; }
span { border-color: rgb(188,123,216); }
td.TdClassName
{
border-color: #BC7BD8;
}
.TagClassName
{
border-color: #BC7BD8;
}
</style>