#BE85DC

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

Shades of Wisteria #BE85DC

Tints of Wisteria #BE85DC

Color information

#BE85DC (or 0xBE85DC) is unknown color: approx Wisteria. HEX triplet: BE, 85 and DC. RGB value is (190,133,220). Sum of RGB (Red+Green+Blue) = 190+133+220=543 (71% of max value = 765). Red value is 190 (74.61% from 255 or 34.99% from 543); Green value is 133 (52.34% from 255 or 24.49% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE85DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE85DC is #417A23. Grayscale: #9F9F9F. Windows color (decimal): -4291108 or 14452158. OLE color: 14452158.

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

Color convert

RGB190133220-
CMYK0.140.4000.14
HSL279.31º55.41%69.22%-
HSV(B)279.31º39.55%86.27%-
XYZ42.5432.8971.82-
YUV159.96161.88149.43-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.99%
GREEN value IS 133 (52.34% from 255) = 24.49%
BLUE value IS 220 (86.33% from 255) = 40.52%
R=34.99%
G=24.49%
B=40.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1901332200.140.4000.14279.3155.4169.22
HexBE85DCE280E1173745
Octal276205334165001642767105
Binary1011111010000101110111001110101000011101000101111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE85DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE85DC; }

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

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

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

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

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

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

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

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