Shades of East Side #BC7BC3
Tints of East Side #BC7BC3
RGB
CMYK
RGB Variations
Color information
#BC7BC3 (or 0xBC7BC3) is known color: East Side. HEX triplet: BC, 7B and C3. RGB value is (188,123,195). Sum of RGB (Red+Green+Blue) = 188+123+195=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 123 (48.44% from 255 or 24.31% from 506); Blue value is 195 (76.56% from 255 or 38.54% from 506); Max value from RGB is 195 - color contains mainly: blue. Hex color #BC7BC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7BC3 is #43843C. Grayscale: #969696. Windows color (decimal): -4424765 or 12811196. OLE color: 12811196.
HSL color Cylindrical-coordinate representation of color #BC7BC3: hue angle of 294.17º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BC7BC3 is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 123 | 195 | - |
| CMYK | 0.04 | 0.37 | 0 | 0.24 |
| HSL | 294.17º | 0.38% | 0.62% | - |
| HSV(B) | 294.17º | 0.37% | 0.76% | - |
| XYZ | 37.67 | 28.8 | 55.2 | - |
| YUV | 150.64 | 153.03 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 123 | 195 | 0.04 | 0.37 | 0 | 0.24 | 294.17 | 0.38 | 0.62 |
| Hex | BC | 7B | C3 | 4 | 25 | 0 | 18 | 126 | 26 | 3E |
| Octal | 274 | 173 | 303 | 4 | 45 | 0 | 30 | 446 | 46 | 76 |
| Binary | 10111100 | 1111011 | 11000011 | 100 | 100101 | 0 | 11000 | 100100110 | 100110 | 111110 |
Color Harmonies of #BC7BC3
Complementary color
Monochromatic Colors of #BC7BC3
Black with #BC7BC3
Text Example
Text Example
White with #BC7BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7BC3; }
p { color: rgb(188,123,195); }
H1.HeaderClassName
{
color: #BC7BC3;
}
.AnyTagClassName
{
color: #BC7BC3;
}
</style>
background-color css
<style>
a { background-color: #BC7BC3; }
a { background-color: rgb(188,123,195); }
div.DivClassName
{
background-color: #BC7BC3;
}
.BgClassName
{
background-color: #BC7BC3;
}
</style>
border-color css
<style>
span { border-color: #BC7BC3; }
span { border-color: rgb(188,123,195); }
td.TdClassName
{
border-color: #BC7BC3;
}
.TagClassName
{
border-color: #BC7BC3;
}
</style>