#BF7ECA

Color #BF7ECA East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #BF7ECA

Tints of East Side #BF7ECA

Color information

#BF7ECA (or 0xBF7ECA) is unknown color: approx East Side. HEX triplet: BF, 7E and CA. RGB value is (191,126,202). Sum of RGB (Red+Green+Blue) = 191+126+202=519 (68% of max value = 765). Red value is 191 (75% from 255 or 36.80% from 519); Green value is 126 (49.61% from 255 or 24.28% from 519); Blue value is 202 (79.30% from 255 or 38.92% from 519); Max value from RGB is 202 - color contains mainly: blue. Hex color #BF7ECA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7ECA is #408135. Grayscale: #999999. Windows color (decimal): -4227382 or 13270719. OLE color: 13270719.

HSL color Cylindrical-coordinate representation of color #BF7ECA: hue angle of 291.32º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BF7ECA is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB191126202-
CMYK0.050.3800.21
HSL291.32º41.76%64.31%-
HSV(B)291.32º37.62%79.22%-
XYZ39.6130.2659.63-
YUV154.1155.03154.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 36.80%
GREEN value IS 126 (49.61% from 255) = 24.28%
BLUE value IS 202 (79.30% from 255) = 38.92%
R=36.80%
G=24.28%
B=38.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1911262020.050.3800.21291.3241.7664.31
HexBF7ECA5260151232a40
Octal27717631254602544352100
Binary101111111111110110010101011001100101011001000111010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7ECA; }

 p { color: rgb(191,126,202); }

 H1.HeaderClassName
 {
   color: #BF7ECA;
 }
 .AnyTagClassName
 {
   color: #BF7ECA;
 }
</style>
background-color css

<style>
 a { background-color: #BF7ECA; }

 a { background-color: rgb(191,126,202); }

 div.DivClassName
 {
   background-color: #BF7ECA;
 }
 .BgClassName
 {
   background-color: #BF7ECA;
 }
</style>
border-color css

<style>
 span { border-color: #BF7ECA; }

 span { border-color: rgb(191,126,202); }

 td.TdClassName
 {
   border-color: #BF7ECA;
 }
 .TagClassName
 {
   border-color: #BF7ECA;
 }
</style>