Shades of East Side #BF7ECB
Tints of East Side #BF7ECB
RGB
CMYK
RGB Variations
Color information
#BF7ECB (or 0xBF7ECB) is known color: East Side. HEX triplet: BF, 7E and CB. RGB value is (191,126,203). Sum of RGB (Red+Green+Blue) = 191+126+203=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 126 (49.61% from 255 or 24.23% from 520); Blue value is 203 (79.69% from 255 or 39.04% from 520); Max value from RGB is 203 - color contains mainly: blue. Hex color #BF7ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7ECB is #408134. Grayscale: #999999. Windows color (decimal): -4227381 or 13336255. OLE color: 13336255.
HSL color Cylindrical-coordinate representation of color #BF7ECB: hue angle of 290.65º 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 #BF7ECB is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 126 | 203 | - |
| CMYK | 0.06 | 0.38 | 0 | 0.20 |
| HSL | 290.65º | 0.43% | 0.65% | - |
| HSV(B) | 290.65º | 0.38% | 0.8% | - |
| XYZ | 39.73 | 30.31 | 60.26 | - |
| YUV | 154.21 | 155.53 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 126 | 203 | 0.06 | 0.38 | 0 | 0.20 | 290.65 | 0.43 | 0.65 |
| Hex | BF | 7E | CB | 6 | 26 | 0 | 14 | 123 | 2B | 41 |
| Octal | 277 | 176 | 313 | 6 | 46 | 0 | 24 | 443 | 53 | 101 |
| Binary | 10111111 | 1111110 | 11001011 | 110 | 100110 | 0 | 10100 | 100100011 | 101011 | 1000001 |
Color Harmonies of #BF7ECB
Complementary color
Monochromatic Colors of #BF7ECB
Black with #BF7ECB
Text Example
Text Example
White with #BF7ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7ECB; }
p { color: rgb(191,126,203); }
H1.HeaderClassName
{
color: #BF7ECB;
}
.AnyTagClassName
{
color: #BF7ECB;
}
</style>
background-color css
<style>
a { background-color: #BF7ECB; }
a { background-color: rgb(191,126,203); }
div.DivClassName
{
background-color: #BF7ECB;
}
.BgClassName
{
background-color: #BF7ECB;
}
</style>
border-color css
<style>
span { border-color: #BF7ECB; }
span { border-color: rgb(191,126,203); }
td.TdClassName
{
border-color: #BF7ECB;
}
.TagClassName
{
border-color: #BF7ECB;
}
</style>