#BF7DEA

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

Shades of Wisteria #BF7DEA

Tints of Wisteria #BF7DEA

Color information

#BF7DEA (or 0xBF7DEA) is unknown color: approx Wisteria. HEX triplet: BF, 7D and EA. RGB value is (191,125,234). Sum of RGB (Red+Green+Blue) = 191+125+234=550 (72% of max value = 765). Red value is 191 (75% from 255 or 34.73% from 550); Green value is 125 (49.22% from 255 or 22.73% from 550); Blue value is 234 (91.80% from 255 or 42.55% from 550); Max value from RGB is 234 - color contains mainly: blue. Hex color #BF7DEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF7DEA is #408215. Grayscale: #9C9C9C. Windows color (decimal): -4227606 or 15367615. OLE color: 15367615.

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

Color convert

RGB191125234-
CMYK0.180.4700.08
HSL276.33º72.19%70.39%-
HSV(B)276.33º46.58%91.76%-
XYZ43.6731.6881.66-
YUV157.16171.37152.14-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.73%
GREEN value IS 125 (49.22% from 255) = 22.73%
BLUE value IS 234 (91.80% from 255) = 42.55%
R=34.73%
G=22.73%
B=42.55%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1911252340.180.4700.08276.3372.1970.39
HexBF7DEA122F081144846
Octal2771753522257010424110106
Binary10111111111110111101010100101011110100010001010010010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7DEA; }

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

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

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

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

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

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

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

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