#BF7FEE

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

Shades of Wisteria #BF7FEE

Tints of Wisteria #BF7FEE

Color information

#BF7FEE (or 0xBF7FEE) is unknown color: approx Wisteria. HEX triplet: BF, 7F and EE. RGB value is (191,127,238). Sum of RGB (Red+Green+Blue) = 191+127+238=556 (73% of max value = 765). Red value is 191 (75% from 255 or 34.35% from 556); Green value is 127 (50% from 255 or 22.84% from 556); Blue value is 238 (93.36% from 255 or 42.81% from 556); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF7FEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF7FEE is #408011. Grayscale: #9E9E9E. Windows color (decimal): -4227090 or 15630271. OLE color: 15630271.

HSL color Cylindrical-coordinate representation of color #BF7FEE: hue angle of 274.59º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BF7FEE is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB191127238-
CMYK0.200.4700.07
HSL274.59º76.55%71.57%-
HSV(B)274.59º46.64%93.33%-
XYZ44.5132.4384.8-
YUV158.79172.7150.97-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.35%
GREEN value IS 127 (50% from 255) = 22.84%
BLUE value IS 238 (93.36% from 255) = 42.81%
R=34.35%
G=22.84%
B=42.81%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1911272380.200.4700.07274.5976.5571.57
HexBF7FEE142F071134d48
Octal277177356245707423115110
Binary1011111111111111110111010100101111011110001001110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7FEE; }

 p { color: rgb(191,127,238); }

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

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

 a { background-color: rgb(191,127,238); }

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

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

 span { border-color: rgb(191,127,238); }

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