#bf7edb

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

Shades of Wisteria #BF7EDB

Tints of Wisteria #BF7EDB

Color information

#BF7EDB (or 0xBF7EDB) is unknown color: approx Wisteria. HEX triplet: BF, 7E and DB. RGB value is (191,126,219). Sum of RGB (Red+Green+Blue) = 191+126+219=536 (70% of max value = 765). Red value is 191 (75% from 255 or 35.63% from 536); Green value is 126 (49.61% from 255 or 23.51% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF7EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7EDB is #408124. Grayscale: #9B9B9B. Windows color (decimal): -4227365 or 14384831. OLE color: 14384831.

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

Color convert

RGB191126219-
CMYK0.130.4200.14
HSL281.94º56.36%67.65%-
HSV(B)281.94º42.47%85.88%-
XYZ41.7331.1170.82-
YUV156.04163.53152.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.63%
GREEN value IS 126 (49.61% from 255) = 23.51%
BLUE value IS 219 (85.94% from 255) = 40.86%
R=35.63%
G=23.51%
B=40.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1911262190.130.4200.14281.9456.3667.65
HexBF7EDBD2A0E11a3844
Octal277176333155201643270104
Binary101111111111110110110111101101010011101000110101110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf7edb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf7edb; }

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

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

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

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

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

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

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

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