#BE94D7

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

Shades of Wisteria #BE94D7

Tints of Wisteria #BE94D7

Color information

#BE94D7 (or 0xBE94D7) is unknown color: approx Wisteria. HEX triplet: BE, 94 and D7. RGB value is (190,148,215). Sum of RGB (Red+Green+Blue) = 190+148+215=553 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.36% from 553); Green value is 148 (58.20% from 255 or 26.76% from 553); Blue value is 215 (84.38% from 255 or 38.88% from 553); Max value from RGB is 215 - color contains mainly: blue. Hex color #BE94D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE94D7 is #416B28. Grayscale: #A7A7A7. Windows color (decimal): -4287273 or 14128318. OLE color: 14128318.

HSL color Cylindrical-coordinate representation of color #BE94D7: hue angle of 277.61º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BE94D7 is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB190148215-
CMYK0.120.3100.16
HSL277.61º45.58%71.18%-
HSV(B)277.61º31.16%84.31%-
XYZ44.0937.0369.11-
YUV168.2154.41143.55-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.36%
GREEN value IS 148 (58.20% from 255) = 26.76%
BLUE value IS 215 (84.38% from 255) = 38.88%
R=34.36%
G=26.76%
B=38.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1901482150.120.3100.16277.6145.5871.18
HexBE94D7C1F0101162e47
Octal276224327143702042656107
Binary1011111010010100110101111100111110100001000101101011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE94D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE94D7; }

 p { color: rgb(190,148,215); }

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

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

 a { background-color: rgb(190,148,215); }

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

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

 span { border-color: rgb(190,148,215); }

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