#BE95DD

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

Shades of Wisteria #BE95DD

Tints of Wisteria #BE95DD

Color information

#BE95DD (or 0xBE95DD) is unknown color: approx Wisteria. HEX triplet: BE, 95 and DD. RGB value is (190,149,221). Sum of RGB (Red+Green+Blue) = 190+149+221=560 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.93% from 560); Green value is 149 (58.59% from 255 or 26.61% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE95DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE95DD is #416A22. Grayscale: #A9A9A9. Windows color (decimal): -4287011 or 14521790. OLE color: 14521790.

HSL color Cylindrical-coordinate representation of color #BE95DD: hue angle of 274.17º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BE95DD is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB190149221-
CMYK0.140.3300.13
HSL274.17º51.43%72.55%-
HSV(B)274.17º32.58%86.67%-
XYZ45.0337.6673.3-
YUV169.47157.08142.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.93%
GREEN value IS 149 (58.59% from 255) = 26.61%
BLUE value IS 221 (86.72% from 255) = 39.46%
R=33.93%
G=26.61%
B=39.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1901492210.140.3300.13274.1751.4372.55
HexBE95DDE210D1123349
Octal276225335164101542263111
Binary1011111010010101110111011110100001011011000100101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE95DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE95DD; }

 p { color: rgb(190,149,221); }

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

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

 a { background-color: rgb(190,149,221); }

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

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

 span { border-color: rgb(190,149,221); }

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