Shades of East Side #BF7ECC
Tints of East Side #BF7ECC
RGB
CMYK
RGB Variations
Color information
#BF7ECC (or 0xBF7ECC) is known color: East Side. HEX triplet: BF, 7E and CC. RGB value is (191,126,204). Sum of RGB (Red+Green+Blue) = 191+126+204=521 (69% of max value = 765). Red value is 191 (75% from 255 or 36.66% from 521); Green value is 126 (49.61% from 255 or 24.18% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF7ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7ECC is #408133. Grayscale: #9A9A9A. Windows color (decimal): -4227380 or 13401791. OLE color: 13401791.
HSL color Cylindrical-coordinate representation of color #BF7ECC: hue angle of 290º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BF7ECC is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 126 | 204 | - |
| CMYK | 0.06 | 0.38 | 0 | 0.2 |
| HSL | 290º | 0.43% | 0.65% | - |
| HSV(B) | 290º | 0.38% | 0.8% | - |
| XYZ | 39.85 | 30.36 | 60.89 | - |
| YUV | 154.33 | 156.03 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 126 | 204 | 0.06 | 0.38 | 0 | 0.2 | 290 | 0.43 | 0.65 |
| Hex | BF | 7E | CC | 6 | 26 | 0 | 14 | 122 | 2B | 41 |
| Octal | 277 | 176 | 314 | 6 | 46 | 0 | 24 | 442 | 53 | 101 |
| Binary | 10111111 | 1111110 | 11001100 | 110 | 100110 | 0 | 10100 | 100100010 | 101011 | 1000001 |
Color Harmonies of #BF7ECC
Complementary color
Monochromatic Colors of #BF7ECC
Black with #BF7ECC
Text Example
Text Example
White with #BF7ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7ECC; }
p { color: rgb(191,126,204); }
H1.HeaderClassName
{
color: #BF7ECC;
}
.AnyTagClassName
{
color: #BF7ECC;
}
</style>
background-color css
<style>
a { background-color: #BF7ECC; }
a { background-color: rgb(191,126,204); }
div.DivClassName
{
background-color: #BF7ECC;
}
.BgClassName
{
background-color: #BF7ECC;
}
</style>
border-color css
<style>
span { border-color: #BF7ECC; }
span { border-color: rgb(191,126,204); }
td.TdClassName
{
border-color: #BF7ECC;
}
.TagClassName
{
border-color: #BF7ECC;
}
</style>