#BF7DEB

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

Shades of Wisteria #BF7DEB

Tints of Wisteria #BF7DEB

Color information

#BF7DEB (or 0xBF7DEB) is unknown color: approx Wisteria. HEX triplet: BF, 7D and EB. RGB value is (191,125,235). Sum of RGB (Red+Green+Blue) = 191+125+235=551 (72% of max value = 765). Red value is 191 (75% from 255 or 34.66% from 551); Green value is 125 (49.22% from 255 or 22.69% from 551); Blue value is 235 (92.19% from 255 or 42.65% from 551); Max value from RGB is 235 - color contains mainly: blue. Hex color #BF7DEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF7DEB is #408214. Grayscale: #9C9C9C. Windows color (decimal): -4227605 or 15433151. OLE color: 15433151.

HSL color Cylindrical-coordinate representation of color #BF7DEB: hue angle of 276º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BF7DEB is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB191125235-
CMYK0.190.4700.08
HSL276º73.33%70.59%-
HSV(B)276º46.81%92.16%-
XYZ43.8131.7482.41-
YUV157.27171.87152.06-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.66%
GREEN value IS 125 (49.22% from 255) = 22.69%
BLUE value IS 235 (92.19% from 255) = 42.65%
R=34.66%
G=22.69%
B=42.65%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1911252350.190.4700.0827673.3370.59
HexBF7DEB132F081144947
Octal2771753532357010424111107
Binary10111111111110111101011100111011110100010001010010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7DEB; }

 p { color: rgb(191,125,235); }

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

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

 a { background-color: rgb(191,125,235); }

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

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

 span { border-color: rgb(191,125,235); }

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