#BE91DC

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

Shades of Wisteria #BE91DC

Tints of Wisteria #BE91DC

Color information

#BE91DC (or 0xBE91DC) is unknown color: approx Wisteria. HEX triplet: BE, 91 and DC. RGB value is (190,145,220). Sum of RGB (Red+Green+Blue) = 190+145+220=555 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.23% from 555); Green value is 145 (57.03% from 255 or 26.13% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE91DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE91DC is #416E23. Grayscale: #A6A6A6. Windows color (decimal): -4288036 or 14455230. OLE color: 14455230.

HSL color Cylindrical-coordinate representation of color #BE91DC: hue angle of 276º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BE91DC is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB190145220-
CMYK0.140.3400.14
HSL276º51.72%71.57%-
HSV(B)276º34.09%86.27%-
XYZ44.2836.3772.4-
YUV167157.91144.4-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.23%
GREEN value IS 145 (57.03% from 255) = 26.13%
BLUE value IS 220 (86.33% from 255) = 39.64%
R=34.23%
G=26.13%
B=39.64%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1901452200.140.3400.1427651.7271.57
HexBE91DCE220E1143448
Octal276221334164201642464110
Binary1011111010010001110111001110100010011101000101001101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE91DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE91DC; }

 p { color: rgb(190,145,220); }

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

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

 a { background-color: rgb(190,145,220); }

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

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

 span { border-color: rgb(190,145,220); }

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