#BE94D6

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

Shades of Wisteria #BE94D6

Tints of Wisteria #BE94D6

Color information

#BE94D6 (or 0xBE94D6) is unknown color: approx Wisteria. HEX triplet: BE, 94 and D6. RGB value is (190,148,214). Sum of RGB (Red+Green+Blue) = 190+148+214=552 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.42% from 552); Green value is 148 (58.20% from 255 or 26.81% from 552); Blue value is 214 (83.98% from 255 or 38.77% from 552); Max value from RGB is 214 - color contains mainly: blue. Hex color #BE94D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE94D6 is #416B29. Grayscale: #A7A7A7. Windows color (decimal): -4287274 or 14062782. OLE color: 14062782.

HSL color Cylindrical-coordinate representation of color #BE94D6: hue angle of 278.18º degrees, saturation: 0.45, 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 #BE94D6 is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB190148214-
CMYK0.110.3100.16
HSL278.18º44.59%70.98%-
HSV(B)278.18º30.84%83.92%-
XYZ43.9636.9868.44-
YUV168.08153.91143.63-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.42%
GREEN value IS 148 (58.20% from 255) = 26.81%
BLUE value IS 214 (83.98% from 255) = 38.77%
R=34.42%
G=26.81%
B=38.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1901482140.110.3100.16278.1844.5970.98
HexBE94D6B1F0101162d47
Octal276224326133702042655107
Binary1011111010010100110101101011111110100001000101101011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE94D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE94D6; }

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

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

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

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

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

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

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

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