#BF7BE5

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

Shades of Wisteria #BF7BE5

Tints of Wisteria #BF7BE5

Color information

#BF7BE5 (or 0xBF7BE5) is unknown color: approx Wisteria. HEX triplet: BF, 7B and E5. RGB value is (191,123,229). Sum of RGB (Red+Green+Blue) = 191+123+229=543 (71% of max value = 765). Red value is 191 (75% from 255 or 35.17% from 543); Green value is 123 (48.44% from 255 or 22.65% from 543); Blue value is 229 (89.84% from 255 or 42.17% from 543); Max value from RGB is 229 - color contains mainly: blue. Hex color #BF7BE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7BE5 is #40841A. Grayscale: #9B9B9B. Windows color (decimal): -4228123 or 15039423. OLE color: 15039423.

HSL color Cylindrical-coordinate representation of color #BF7BE5: hue angle of 278.49º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BF7BE5 is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB191123229-
CMYK0.170.4600.10
HSL278.49º67.09%69.02%-
HSV(B)278.49º46.29%89.8%-
XYZ42.7130.977.84-
YUV155.42169.53153.38-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.17%
GREEN value IS 123 (48.44% from 255) = 22.65%
BLUE value IS 229 (89.84% from 255) = 42.17%
R=35.17%
G=22.65%
B=42.17%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1911232290.170.4600.10278.4967.0969.02
HexBF7BE5112E0A1164345
Octal2771733452156012426103105
Binary10111111111101111100101100011011100101010001011010000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7BE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7BE5; }

 p { color: rgb(191,123,229); }

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

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

 a { background-color: rgb(191,123,229); }

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

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

 span { border-color: rgb(191,123,229); }

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