#BD87EA

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

Shades of Wisteria #BD87EA

Tints of Wisteria #BD87EA

Color information

#BD87EA (or 0xBD87EA) is unknown color: approx Wisteria. HEX triplet: BD, 87 and EA. RGB value is (189,135,234). Sum of RGB (Red+Green+Blue) = 189+135+234=558 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.87% from 558); Green value is 135 (53.12% from 255 or 24.19% from 558); Blue value is 234 (91.80% from 255 or 41.94% from 558); Max value from RGB is 234 - color contains mainly: blue. Hex color #BD87EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD87EA is #427815. Grayscale: #A2A2A2. Windows color (decimal): -4356118 or 15370173. OLE color: 15370173.

HSL color Cylindrical-coordinate representation of color #BD87EA: hue angle of 272.73º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BD87EA is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB189135234-
CMYK0.190.4200.08
HSL272.73º70.21%72.35%-
HSV(B)272.73º42.31%91.76%-
XYZ44.534.0982.08-
YUV162.43168.39146.95-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.87%
GREEN value IS 135 (53.12% from 255) = 24.19%
BLUE value IS 234 (91.80% from 255) = 41.94%
R=33.87%
G=24.19%
B=41.94%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1891352340.190.4200.08272.7370.2172.35
HexBD87EA132A081114648
Octal2752073522352010421106110
Binary101111011000011111101010100111010100100010001000110001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD87EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD87EA; }

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

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

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

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

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

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

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

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