#BD85D5

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

Shades of Wisteria #BD85D5

Tints of Wisteria #BD85D5

Color information

#BD85D5 (or 0xBD85D5) is unknown color: approx Wisteria. HEX triplet: BD, 85 and D5. RGB value is (189,133,213). Sum of RGB (Red+Green+Blue) = 189+133+213=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 133 (52.34% from 255 or 24.86% from 535); Blue value is 213 (83.59% from 255 or 39.81% from 535); Max value from RGB is 213 - color contains mainly: blue. Hex color #BD85D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD85D5 is #427A2A. Grayscale: #9E9E9E. Windows color (decimal): -4356651 or 13993405. OLE color: 13993405.

HSL color Cylindrical-coordinate representation of color #BD85D5: hue angle of 282º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BD85D5 is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB189133213-
CMYK0.110.3800.16
HSL282º48.78%67.84%-
HSV(B)282º37.56%83.53%-
XYZ41.3832.467.02-
YUV158.86158.55149.5-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.33%
GREEN value IS 133 (52.34% from 255) = 24.86%
BLUE value IS 213 (83.59% from 255) = 39.81%
R=35.33%
G=24.86%
B=39.81%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1891332130.110.3800.1628248.7867.84
HexBD85D5B2601011a3144
Octal275205325134602043261104
Binary10111101100001011101010110111001100100001000110101100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD85D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD85D5; }

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

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

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

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

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

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

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

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