Shades of East Side #BC7BDA
Tints of East Side #BC7BDA
RGB
CMYK
RGB Variations
Color information
#BC7BDA (or 0xBC7BDA) is known color: East Side. HEX triplet: BC, 7B and DA. RGB value is (188,123,218). Sum of RGB (Red+Green+Blue) = 188+123+218=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 123 (48.44% from 255 or 23.25% from 529); Blue value is 218 (85.55% from 255 or 41.21% from 529); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC7BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7BDA is #438425. Grayscale: #989898. Windows color (decimal): -4424742 or 14318524. OLE color: 14318524.
HSL color Cylindrical-coordinate representation of color #BC7BDA: hue angle of 281.05º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC7BDA is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 123 | 218 | - |
| CMYK | 0.14 | 0.44 | 0 | 0.15 |
| HSL | 281.05º | 0.56% | 0.67% | - |
| HSV(B) | 281.05º | 0.44% | 0.85% | - |
| XYZ | 40.48 | 29.92 | 69.97 | - |
| YUV | 153.27 | 164.53 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 123 | 218 | 0.14 | 0.44 | 0 | 0.15 | 281.05 | 0.56 | 0.67 |
| Hex | BC | 7B | DA | E | 2C | 0 | F | 119 | 38 | 43 |
| Octal | 274 | 173 | 332 | 16 | 54 | 0 | 17 | 431 | 70 | 103 |
| Binary | 10111100 | 1111011 | 11011010 | 1110 | 101100 | 0 | 1111 | 100011001 | 111000 | 1000011 |
Color Harmonies of #BC7BDA
Complementary color
Monochromatic Colors of #BC7BDA
Black with #BC7BDA
Text Example
Text Example
White with #BC7BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7BDA; }
p { color: rgb(188,123,218); }
H1.HeaderClassName
{
color: #BC7BDA;
}
.AnyTagClassName
{
color: #BC7BDA;
}
</style>
background-color css
<style>
a { background-color: #BC7BDA; }
a { background-color: rgb(188,123,218); }
div.DivClassName
{
background-color: #BC7BDA;
}
.BgClassName
{
background-color: #BC7BDA;
}
</style>
border-color css
<style>
span { border-color: #BC7BDA; }
span { border-color: rgb(188,123,218); }
td.TdClassName
{
border-color: #BC7BDA;
}
.TagClassName
{
border-color: #BC7BDA;
}
</style>