#BD87DD

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

Shades of Wisteria #BD87DD

Tints of Wisteria #BD87DD

Color information

#BD87DD (or 0xBD87DD) is unknown color: approx Wisteria. HEX triplet: BD, 87 and DD. RGB value is (189,135,221). Sum of RGB (Red+Green+Blue) = 189+135+221=545 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.68% from 545); Green value is 135 (53.12% from 255 or 24.77% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD87DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD87DD is #427822. Grayscale: #A0A0A0. Windows color (decimal): -4356131 or 14518205. OLE color: 14518205.

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

Color convert

RGB189135221-
CMYK0.140.3900.13
HSL277.67º55.84%69.8%-
HSV(B)277.67º38.91%86.67%-
XYZ42.733.3772.6-
YUV160.95161.89148.01-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.68%
GREEN value IS 135 (53.12% from 255) = 24.77%
BLUE value IS 221 (86.72% from 255) = 40.55%
R=34.68%
G=24.77%
B=40.55%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1891352210.140.3900.13277.6755.8469.8
HexBD87DDE270D1163846
Octal275207335164701542670106
Binary1011110110000111110111011110100111011011000101101110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD87DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD87DD; }

 p { color: rgb(189,135,221); }

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

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

 a { background-color: rgb(189,135,221); }

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

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

 span { border-color: rgb(189,135,221); }

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