Shades of East Side #BC77C9
Tints of East Side #BC77C9
RGB
CMYK
RGB Variations
Color information
#BC77C9 (or 0xBC77C9) is known color: East Side. HEX triplet: BC, 77 and C9. RGB value is (188,119,201). Sum of RGB (Red+Green+Blue) = 188+119+201=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 119 (46.88% from 255 or 23.43% from 508); Blue value is 201 (78.91% from 255 or 39.57% from 508); Max value from RGB is 201 - color contains mainly: blue. Hex color #BC77C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC77C9 is #438836. Grayscale: #949494. Windows color (decimal): -4425783 or 13203388. OLE color: 13203388.
HSL color Cylindrical-coordinate representation of color #BC77C9: hue angle of 290.49º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC77C9 is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 119 | 201 | - |
| CMYK | 0.06 | 0.41 | 0 | 0.21 |
| HSL | 290.49º | 0.43% | 0.63% | - |
| HSV(B) | 290.49º | 0.41% | 0.79% | - |
| XYZ | 37.88 | 28.1 | 58.69 | - |
| YUV | 148.98 | 157.36 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 119 | 201 | 0.06 | 0.41 | 0 | 0.21 | 290.49 | 0.43 | 0.63 |
| Hex | BC | 77 | C9 | 6 | 29 | 0 | 15 | 122 | 2B | 3F |
| Octal | 274 | 167 | 311 | 6 | 51 | 0 | 25 | 442 | 53 | 77 |
| Binary | 10111100 | 1110111 | 11001001 | 110 | 101001 | 0 | 10101 | 100100010 | 101011 | 111111 |
Color Harmonies of #BC77C9
Complementary color
Monochromatic Colors of #BC77C9
Black with #BC77C9
Text Example
Text Example
White with #BC77C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC77C9; }
p { color: rgb(188,119,201); }
H1.HeaderClassName
{
color: #BC77C9;
}
.AnyTagClassName
{
color: #BC77C9;
}
</style>
background-color css
<style>
a { background-color: #BC77C9; }
a { background-color: rgb(188,119,201); }
div.DivClassName
{
background-color: #BC77C9;
}
.BgClassName
{
background-color: #BC77C9;
}
</style>
border-color css
<style>
span { border-color: #BC77C9; }
span { border-color: rgb(188,119,201); }
td.TdClassName
{
border-color: #BC77C9;
}
.TagClassName
{
border-color: #BC77C9;
}
</style>