Shades of East Side #BC79D0
Tints of East Side #BC79D0
RGB
CMYK
RGB Variations
Color information
#BC79D0 (or 0xBC79D0) is known color: East Side. HEX triplet: BC, 79 and D0. RGB value is (188,121,208). Sum of RGB (Red+Green+Blue) = 188+121+208=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 121 (47.66% from 255 or 23.40% from 517); Blue value is 208 (81.64% from 255 or 40.23% from 517); Max value from RGB is 208 - color contains mainly: blue. Hex color #BC79D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC79D0 is #43862F. Grayscale: #969696. Windows color (decimal): -4425264 or 13662652. OLE color: 13662652.
HSL color Cylindrical-coordinate representation of color #BC79D0: hue angle of 286.21º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BC79D0 is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 121 | 208 | - |
| CMYK | 0.10 | 0.42 | 0 | 0.18 |
| HSL | 286.21º | 0.48% | 0.65% | - |
| HSV(B) | 286.21º | 0.42% | 0.82% | - |
| XYZ | 38.96 | 28.92 | 63.2 | - |
| YUV | 150.95 | 160.2 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 121 | 208 | 0.10 | 0.42 | 0 | 0.18 | 286.21 | 0.48 | 0.65 |
| Hex | BC | 79 | D0 | A | 2A | 0 | 12 | 11E | 30 | 41 |
| Octal | 274 | 171 | 320 | 12 | 52 | 0 | 22 | 436 | 60 | 101 |
| Binary | 10111100 | 1111001 | 11010000 | 1010 | 101010 | 0 | 10010 | 100011110 | 110000 | 1000001 |
Color Harmonies of #BC79D0
Complementary color
Monochromatic Colors of #BC79D0
Black with #BC79D0
Text Example
Text Example
White with #BC79D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC79D0; }
p { color: rgb(188,121,208); }
H1.HeaderClassName
{
color: #BC79D0;
}
.AnyTagClassName
{
color: #BC79D0;
}
</style>
background-color css
<style>
a { background-color: #BC79D0; }
a { background-color: rgb(188,121,208); }
div.DivClassName
{
background-color: #BC79D0;
}
.BgClassName
{
background-color: #BC79D0;
}
</style>
border-color css
<style>
span { border-color: #BC79D0; }
span { border-color: rgb(188,121,208); }
td.TdClassName
{
border-color: #BC79D0;
}
.TagClassName
{
border-color: #BC79D0;
}
</style>