#BE94CF

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

Shades of Wisteria #BE94CF

Tints of Wisteria #BE94CF

Color information

#BE94CF (or 0xBE94CF) is unknown color: approx Wisteria. HEX triplet: BE, 94 and CF. RGB value is (190,148,207). Sum of RGB (Red+Green+Blue) = 190+148+207=545 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.86% from 545); Green value is 148 (58.20% from 255 or 27.16% from 545); Blue value is 207 (81.25% from 255 or 37.98% from 545); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE94CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE94CF is #416B30. Grayscale: #A7A7A7. Windows color (decimal): -4287281 or 13604030. OLE color: 13604030.

HSL color Cylindrical-coordinate representation of color #BE94CF: hue angle of 282.71º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BE94CF is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB190148207-
CMYK0.080.2900.19
HSL282.71º38.06%69.61%-
HSV(B)282.71º28.5%81.18%-
XYZ43.0936.6363.83-
YUV167.28150.41144.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.86%
GREEN value IS 148 (58.20% from 255) = 27.16%
BLUE value IS 207 (81.25% from 255) = 37.98%
R=34.86%
G=27.16%
B=37.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1901482070.080.2900.19282.7138.0669.61
HexBE94CF81D01311b2646
Octal276224317103502343346106
Binary1011111010010100110011111000111010100111000110111001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE94CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE94CF; }

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

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

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

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

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

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

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

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