#bd87ef

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

Shades of Wisteria #BD87EF

Tints of Wisteria #BD87EF

Color information

#BD87EF (or 0xBD87EF) is unknown color: approx Wisteria. HEX triplet: BD, 87 and EF. RGB value is (189,135,239). Sum of RGB (Red+Green+Blue) = 189+135+239=563 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.57% from 563); Green value is 135 (53.12% from 255 or 23.98% from 563); Blue value is 239 (93.75% from 255 or 42.45% from 563); Max value from RGB is 239 - color contains mainly: blue. Hex color #BD87EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD87EF is #427810. Grayscale: #A2A2A2. Windows color (decimal): -4356113 or 15697853. OLE color: 15697853.

HSL color Cylindrical-coordinate representation of color #BD87EF: hue angle of 271.15º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BD87EF is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB189135239-
CMYK0.210.4400.06
HSL271.15º76.47%73.33%-
HSV(B)271.15º43.51%93.73%-
XYZ45.2334.3885.91-
YUV163170.89146.54-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.57%
GREEN value IS 135 (53.12% from 255) = 23.98%
BLUE value IS 239 (93.75% from 255) = 42.45%
R=33.57%
G=23.98%
B=42.45%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1891352390.210.4400.06271.1576.4773.33
HexBD87EF152C0610f4c49
Octal275207357255406417114111
Binary10111101100001111110111110101101100011010000111110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bd87ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bd87ef; }

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

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

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

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

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

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

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

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