#BE98DD

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

Shades of Wisteria #BE98DD

Tints of Wisteria #BE98DD

Color information

#BE98DD (or 0xBE98DD) is unknown color: approx Wisteria. HEX triplet: BE, 98 and DD. RGB value is (190,152,221). Sum of RGB (Red+Green+Blue) = 190+152+221=563 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.75% from 563); Green value is 152 (59.77% from 255 or 27.00% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE98DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE98DD is #416722. Grayscale: #AAAAAA. Windows color (decimal): -4286243 or 14522558. OLE color: 14522558.

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

Color convert

RGB190152221-
CMYK0.140.3100.13
HSL273.04º50.36%73.14%-
HSV(B)273.04º31.22%86.67%-
XYZ45.5138.6273.46-
YUV171.23156.09141.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.75%
GREEN value IS 152 (59.77% from 255) = 27.00%
BLUE value IS 221 (86.72% from 255) = 39.25%
R=33.75%
G=27.00%
B=39.25%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1901522210.140.3100.13273.0450.3673.14
HexBE98DDE1F0D1113249
Octal276230335163701542162111
Binary101111101001100011011101111011111011011000100011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE98DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE98DD; }

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

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

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

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

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

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

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

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