#BE85DD

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

Shades of Wisteria #BE85DD

Tints of Wisteria #BE85DD

Color information

#BE85DD (or 0xBE85DD) is unknown color: approx Wisteria. HEX triplet: BE, 85 and DD. RGB value is (190,133,221). Sum of RGB (Red+Green+Blue) = 190+133+221=544 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.93% from 544); Green value is 133 (52.34% from 255 or 24.45% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE85DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE85DD is #417A22. Grayscale: #9F9F9F. Windows color (decimal): -4291107 or 14517694. OLE color: 14517694.

HSL color Cylindrical-coordinate representation of color #BE85DD: hue angle of 278.86º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BE85DD is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB190133221-
CMYK0.140.4000.13
HSL278.86º56.41%69.41%-
HSV(B)278.86º39.82%86.67%-
XYZ42.6732.9472.52-
YUV160.07162.38149.34-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.93%
GREEN value IS 133 (52.34% from 255) = 24.45%
BLUE value IS 221 (86.72% from 255) = 40.62%
R=34.93%
G=24.45%
B=40.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1901332210.140.4000.13278.8656.4169.41
HexBE85DDE280D1173845
Octal276205335165001542770105
Binary1011111010000101110111011110101000011011000101111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE85DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE85DD; }

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

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

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

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

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

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

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

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