Shades of East Side #BC79CA
Tints of East Side #BC79CA
RGB
CMYK
RGB Variations
Color information
#BC79CA (or 0xBC79CA) is known color: East Side. HEX triplet: BC, 79 and CA. RGB value is (188,121,202). Sum of RGB (Red+Green+Blue) = 188+121+202=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 121 (47.66% from 255 or 23.68% from 511); Blue value is 202 (79.30% from 255 or 39.53% from 511); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC79CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC79CA is #438635. Grayscale: #969696. Windows color (decimal): -4425270 or 13269436. OLE color: 13269436.
HSL color Cylindrical-coordinate representation of color #BC79CA: hue angle of 289.63º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC79CA is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 121 | 202 | - |
| CMYK | 0.07 | 0.40 | 0 | 0.21 |
| HSL | 289.63º | 0.43% | 0.63% | - |
| HSV(B) | 289.63º | 0.4% | 0.79% | - |
| XYZ | 38.24 | 28.63 | 59.39 | - |
| YUV | 150.27 | 157.2 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 121 | 202 | 0.07 | 0.40 | 0 | 0.21 | 289.63 | 0.43 | 0.63 |
| Hex | BC | 79 | CA | 7 | 28 | 0 | 15 | 122 | 2B | 3F |
| Octal | 274 | 171 | 312 | 7 | 50 | 0 | 25 | 442 | 53 | 77 |
| Binary | 10111100 | 1111001 | 11001010 | 111 | 101000 | 0 | 10101 | 100100010 | 101011 | 111111 |
Color Harmonies of #BC79CA
Complementary color
Monochromatic Colors of #BC79CA
Black with #BC79CA
Text Example
Text Example
White with #BC79CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC79CA; }
p { color: rgb(188,121,202); }
H1.HeaderClassName
{
color: #BC79CA;
}
.AnyTagClassName
{
color: #BC79CA;
}
</style>
background-color css
<style>
a { background-color: #BC79CA; }
a { background-color: rgb(188,121,202); }
div.DivClassName
{
background-color: #BC79CA;
}
.BgClassName
{
background-color: #BC79CA;
}
</style>
border-color css
<style>
span { border-color: #BC79CA; }
span { border-color: rgb(188,121,202); }
td.TdClassName
{
border-color: #BC79CA;
}
.TagClassName
{
border-color: #BC79CA;
}
</style>