#BE8BD3

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

Shades of Wisteria #BE8BD3

Tints of Wisteria #BE8BD3

Color information

#BE8BD3 (or 0xBE8BD3) is unknown color: approx Wisteria. HEX triplet: BE, 8B and D3. RGB value is (190,139,211). Sum of RGB (Red+Green+Blue) = 190+139+211=540 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.19% from 540); Green value is 139 (54.69% from 255 or 25.74% from 540); Blue value is 211 (82.81% from 255 or 39.07% from 540); Max value from RGB is 211 - color contains mainly: blue. Hex color #BE8BD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8BD3 is #41742C. Grayscale: #A2A2A2. Windows color (decimal): -4289581 or 13863870. OLE color: 13863870.

HSL color Cylindrical-coordinate representation of color #BE8BD3: hue angle of 282.5º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BE8BD3 is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB190139211-
CMYK0.100.3400.17
HSL282.5º45%68.63%-
HSV(B)282.5º34.12%82.75%-
XYZ42.2334.1265.99-
YUV162.46155.4147.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.19%
GREEN value IS 139 (54.69% from 255) = 25.74%
BLUE value IS 211 (82.81% from 255) = 39.07%
R=35.19%
G=25.74%
B=39.07%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1901392110.100.3400.17282.54568.63
HexBE8BD3A2201111a2d45
Octal276213323124202143255105
Binary10111110100010111101001110101000100100011000110101011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8BD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8BD3; }

 p { color: rgb(190,139,211); }

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

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

 a { background-color: rgb(190,139,211); }

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

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

 span { border-color: rgb(190,139,211); }

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