#BD88D5

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

Shades of Wisteria #BD88D5

Tints of Wisteria #BD88D5

Color information

#BD88D5 (or 0xBD88D5) is unknown color: approx Wisteria. HEX triplet: BD, 88 and D5. RGB value is (189,136,213). Sum of RGB (Red+Green+Blue) = 189+136+213=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 136 (53.52% from 255 or 25.28% from 538); Blue value is 213 (83.59% from 255 or 39.59% from 538); Max value from RGB is 213 - color contains mainly: blue. Hex color #BD88D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD88D5 is #42772A. Grayscale: #A0A0A0. Windows color (decimal): -4355883 or 13994173. OLE color: 13994173.

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

Color convert

RGB189136213-
CMYK0.110.3600.16
HSL281.3º47.83%68.43%-
HSV(B)281.3º36.15%83.53%-
XYZ41.833.2367.16-
YUV160.62157.56148.24-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.13%
GREEN value IS 136 (53.52% from 255) = 25.28%
BLUE value IS 213 (83.59% from 255) = 39.59%
R=35.13%
G=25.28%
B=39.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1891362130.110.3600.16281.347.8368.43
HexBD88D5B240101193044
Octal275210325134402043160104
Binary10111101100010001101010110111001000100001000110011100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD88D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD88D5; }

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

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

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

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

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

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

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

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