Shades of East Side #BC84CF
Tints of East Side #BC84CF
RGB
CMYK
RGB Variations
Color information
#BC84CF (or 0xBC84CF) is known color: East Side. HEX triplet: BC, 84 and CF. RGB value is (188,132,207). Sum of RGB (Red+Green+Blue) = 188+132+207=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 132 (51.95% from 255 or 25.05% from 527); Blue value is 207 (81.25% from 255 or 39.28% from 527); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC84CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC84CF is #437B30. Grayscale: #9D9D9D. Windows color (decimal): -4422449 or 13599932. OLE color: 13599932.
HSL color Cylindrical-coordinate representation of color #BC84CF: hue angle of 284.8º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BC84CF is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 132 | 207 | - |
| CMYK | 0.09 | 0.36 | 0 | 0.19 |
| HSL | 284.8º | 0.44% | 0.66% | - |
| HSV(B) | 284.8º | 0.36% | 0.81% | - |
| XYZ | 40.25 | 31.7 | 63.03 | - |
| YUV | 157.29 | 156.05 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 132 | 207 | 0.09 | 0.36 | 0 | 0.19 | 284.8 | 0.44 | 0.66 |
| Hex | BC | 84 | CF | 9 | 24 | 0 | 13 | 11D | 2C | 42 |
| Octal | 274 | 204 | 317 | 11 | 44 | 0 | 23 | 435 | 54 | 102 |
| Binary | 10111100 | 10000100 | 11001111 | 1001 | 100100 | 0 | 10011 | 100011101 | 101100 | 1000010 |
Color Harmonies of #BC84CF
Complementary color
Monochromatic Colors of #BC84CF
Black with #BC84CF
Text Example
Text Example
White with #BC84CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC84CF; }
p { color: rgb(188,132,207); }
H1.HeaderClassName
{
color: #BC84CF;
}
.AnyTagClassName
{
color: #BC84CF;
}
</style>
background-color css
<style>
a { background-color: #BC84CF; }
a { background-color: rgb(188,132,207); }
div.DivClassName
{
background-color: #BC84CF;
}
.BgClassName
{
background-color: #BC84CF;
}
</style>
border-color css
<style>
span { border-color: #BC84CF; }
span { border-color: rgb(188,132,207); }
td.TdClassName
{
border-color: #BC84CF;
}
.TagClassName
{
border-color: #BC84CF;
}
</style>