#BF7BE2

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

Shades of Wisteria #BF7BE2

Tints of Wisteria #BF7BE2

Color information

#BF7BE2 (or 0xBF7BE2) is unknown color: approx Wisteria. HEX triplet: BF, 7B and E2. RGB value is (191,123,226). Sum of RGB (Red+Green+Blue) = 191+123+226=540 (71% of max value = 765). Red value is 191 (75% from 255 or 35.37% from 540); Green value is 123 (48.44% from 255 or 22.78% from 540); Blue value is 226 (88.67% from 255 or 41.85% from 540); Max value from RGB is 226 - color contains mainly: blue. Hex color #BF7BE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7BE2 is #40841D. Grayscale: #9A9A9A. Windows color (decimal): -4228126 or 14842815. OLE color: 14842815.

HSL color Cylindrical-coordinate representation of color #BF7BE2: hue angle of 279.61º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BF7BE2 is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB191123226-
CMYK0.150.4600.11
HSL279.61º63.98%68.43%-
HSV(B)279.61º45.58%88.63%-
XYZ42.330.7375.65-
YUV155.07168.03153.62-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.37%
GREEN value IS 123 (48.44% from 255) = 22.78%
BLUE value IS 226 (88.67% from 255) = 41.85%
R=35.37%
G=22.78%
B=41.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1911232260.150.4600.11279.6163.9868.43
HexBF7BE2F2E0B1184044
Octal2771733421756013430100104
Binary1011111111110111110001011111011100101110001100010000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7BE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7BE2; }

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

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

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

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

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

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

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

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