#BD87D8

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

Shades of Wisteria #BD87D8

Tints of Wisteria #BD87D8

Color information

#BD87D8 (or 0xBD87D8) is unknown color: approx Wisteria. HEX triplet: BD, 87 and D8. RGB value is (189,135,216). Sum of RGB (Red+Green+Blue) = 189+135+216=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 135 (53.12% from 255 or 25% from 540); Blue value is 216 (84.77% from 255 or 40% from 540); Max value from RGB is 216 - color contains mainly: blue. Hex color #BD87D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD87D8 is #427827. Grayscale: #A0A0A0. Windows color (decimal): -4356136 or 14190525. OLE color: 14190525.

HSL color Cylindrical-coordinate representation of color #BD87D8: hue angle of 280º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BD87D8 is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB189135216-
CMYK0.120.3800.15
HSL280º50.94%68.82%-
HSV(B)280º37.5%84.71%-
XYZ42.0433.169.14-
YUV160.38159.39148.41-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35%
GREEN value IS 135 (53.12% from 255) = 25%
BLUE value IS 216 (84.77% from 255) = 40%
R=35%
G=25%
B=40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1891352160.120.3800.1528050.9468.82
HexBD87D8C260F1183345
Octal275207330144601743063105
Binary1011110110000111110110001100100110011111000110001100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD87D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD87D8; }

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

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

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

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

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

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

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

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