#BF7ECF

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

Shades of East Side #BF7ECF

Tints of East Side #BF7ECF

Color information

#BF7ECF (or 0xBF7ECF) is unknown color: approx East Side. HEX triplet: BF, 7E and CF. RGB value is (191,126,207). Sum of RGB (Red+Green+Blue) = 191+126+207=524 (69% of max value = 765). Red value is 191 (75% from 255 or 36.45% from 524); Green value is 126 (49.61% from 255 or 24.05% from 524); Blue value is 207 (81.25% from 255 or 39.50% from 524); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF7ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7ECF is #408130. Grayscale: #9A9A9A. Windows color (decimal): -4227377 or 13598399. OLE color: 13598399.

HSL color Cylindrical-coordinate representation of color #BF7ECF: hue angle of 288.15º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BF7ECF is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB191126207-
CMYK0.080.3900.19
HSL288.15º45.76%65.29%-
HSV(B)288.15º39.13%81.18%-
XYZ40.2130.562.8-
YUV154.67157.53153.91-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.45%
GREEN value IS 126 (49.61% from 255) = 24.05%
BLUE value IS 207 (81.25% from 255) = 39.50%
R=36.45%
G=24.05%
B=39.50%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1911262070.080.3900.19288.1545.7665.29
HexBF7ECF8270131202e41
Octal277176317104702344056101
Binary1011111111111101100111110001001110100111001000001011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7ECF; }

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

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

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

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

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

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

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

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