#BD85DC

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

Shades of Wisteria #BD85DC

Tints of Wisteria #BD85DC

Color information

#BD85DC (or 0xBD85DC) is unknown color: approx Wisteria. HEX triplet: BD, 85 and DC. RGB value is (189,133,220). Sum of RGB (Red+Green+Blue) = 189+133+220=542 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.87% from 542); Green value is 133 (52.34% from 255 or 24.54% from 542); Blue value is 220 (86.33% from 255 or 40.59% from 542); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD85DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD85DC is #427A23. Grayscale: #9F9F9F. Windows color (decimal): -4356644 or 14452157. OLE color: 14452157.

HSL color Cylindrical-coordinate representation of color #BD85DC: hue angle of 278.62º 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 #BD85DC is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB189133220-
CMYK0.140.4000.14
HSL278.62º55.41%69.22%-
HSV(B)278.62º39.55%86.27%-
XYZ42.2932.7671.8-
YUV159.66162.05148.93-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.87%
GREEN value IS 133 (52.34% from 255) = 24.54%
BLUE value IS 220 (86.33% from 255) = 40.59%
R=34.87%
G=24.54%
B=40.59%

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
Decimal1891332200.140.4000.14278.6255.4169.22
HexBD85DCE280E1173745
Octal275205334165001642767105
Binary1011110110000101110111001110101000011101000101111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD85DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD85DC; }

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

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

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

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

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

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

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

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