#BF7ED1

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

Shades of East Side #BF7ED1

Tints of East Side #BF7ED1

Color information

#BF7ED1 (or 0xBF7ED1) is unknown color: approx East Side. HEX triplet: BF, 7E and D1. RGB value is (191,126,209). Sum of RGB (Red+Green+Blue) = 191+126+209=526 (69% of max value = 765). Red value is 191 (75% from 255 or 36.31% from 526); Green value is 126 (49.61% from 255 or 23.95% from 526); Blue value is 209 (82.03% from 255 or 39.73% from 526); Max value from RGB is 209 - color contains mainly: blue. Hex color #BF7ED1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7ED1 is #40812E. Grayscale: #9A9A9A. Windows color (decimal): -4227375 or 13729471. OLE color: 13729471.

HSL color Cylindrical-coordinate representation of color #BF7ED1: hue angle of 286.99º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BF7ED1 is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB191126209-
CMYK0.090.4000.18
HSL286.99º47.43%65.69%-
HSV(B)286.99º39.71%81.96%-
XYZ40.4630.664.1-
YUV154.9158.53153.75-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.31%
GREEN value IS 126 (49.61% from 255) = 23.95%
BLUE value IS 209 (82.03% from 255) = 39.73%
R=36.31%
G=23.95%
B=39.73%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1911262090.090.4000.18286.9947.4365.69
HexBF7ED192801211f2f42
Octal277176321115002243757102
Binary1011111111111101101000110011010000100101000111111011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7ED1; }

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

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

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

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

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

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

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

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