#BD87DE

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

Shades of Wisteria #BD87DE

Tints of Wisteria #BD87DE

Color information

#BD87DE (or 0xBD87DE) is unknown color: approx Wisteria. HEX triplet: BD, 87 and DE. RGB value is (189,135,222). Sum of RGB (Red+Green+Blue) = 189+135+222=546 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.62% from 546); Green value is 135 (53.12% from 255 or 24.73% from 546); Blue value is 222 (87.11% from 255 or 40.66% from 546); Max value from RGB is 222 - color contains mainly: blue. Hex color #BD87DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD87DE is #427821. Grayscale: #A0A0A0. Windows color (decimal): -4356130 or 14583741. OLE color: 14583741.

HSL color Cylindrical-coordinate representation of color #BD87DE: hue angle of 277.24º degrees, saturation: 0.57, 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 #BD87DE is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB189135222-
CMYK0.150.3900.13
HSL277.24º56.86%70%-
HSV(B)277.24º39.19%87.06%-
XYZ42.8433.4273.3-
YUV161.06162.39147.93-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.62%
GREEN value IS 135 (53.12% from 255) = 24.73%
BLUE value IS 222 (87.11% from 255) = 40.66%
R=34.62%
G=24.73%
B=40.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1891352220.150.3900.13277.2456.8670
HexBD87DEF270D1153946
Octal275207336174701542571106
Binary1011110110000111110111101111100111011011000101011110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD87DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD87DE; }

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

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

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

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

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

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

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

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