#BF7BE0

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

Shades of Wisteria #BF7BE0

Tints of Wisteria #BF7BE0

Color information

#BF7BE0 (or 0xBF7BE0) is unknown color: approx Wisteria. HEX triplet: BF, 7B and E0. RGB value is (191,123,224). Sum of RGB (Red+Green+Blue) = 191+123+224=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 123 (48.44% from 255 or 22.86% from 538); Blue value is 224 (87.89% from 255 or 41.64% from 538); Max value from RGB is 224 - color contains mainly: blue. Hex color #BF7BE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7BE0 is #40841F. Grayscale: #9A9A9A. Windows color (decimal): -4228128 or 14711743. OLE color: 14711743.

HSL color Cylindrical-coordinate representation of color #BF7BE0: hue angle of 280.4º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BF7BE0 is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB191123224-
CMYK0.150.4500.12
HSL280.4º61.96%68.04%-
HSV(B)280.4º45.09%87.84%-
XYZ42.0230.6274.22-
YUV154.85167.03153.79-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.50%
GREEN value IS 123 (48.44% from 255) = 22.86%
BLUE value IS 224 (87.89% from 255) = 41.64%
R=35.50%
G=22.86%
B=41.64%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1911232240.150.4500.12280.461.9668.04
HexBF7BE0F2D0C1183e44
Octal277173340175501443076104
Binary101111111111011111000001111101101011001000110001111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7BE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7BE0; }

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

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

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

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

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

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

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

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