#BF7EDD

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

Shades of Wisteria #BF7EDD

Tints of Wisteria #BF7EDD

Color information

#BF7EDD (or 0xBF7EDD) is unknown color: approx Wisteria. HEX triplet: BF, 7E and DD. RGB value is (191,126,221). Sum of RGB (Red+Green+Blue) = 191+126+221=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 126 (49.61% from 255 or 23.42% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF7EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7EDD is #408122. Grayscale: #9B9B9B. Windows color (decimal): -4227363 or 14515903. OLE color: 14515903.

HSL color Cylindrical-coordinate representation of color #BF7EDD: hue angle of 281.05º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BF7EDD is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB191126221-
CMYK0.140.4300.13
HSL281.05º58.28%68.04%-
HSV(B)281.05º42.99%86.67%-
XYZ4231.2272.22-
YUV156.26164.53152.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.50%
GREEN value IS 126 (49.61% from 255) = 23.42%
BLUE value IS 221 (86.72% from 255) = 41.08%
R=35.50%
G=23.42%
B=41.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1911262210.140.4300.13281.0558.2868.04
HexBF7EDDE2B0D1193a44
Octal277176335165301543172104
Binary101111111111110110111011110101011011011000110011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7EDD; }

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

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

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

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

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

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

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

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