#BD87E7

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

Shades of Wisteria #BD87E7

Tints of Wisteria #BD87E7

Color information

#BD87E7 (or 0xBD87E7) is unknown color: approx Wisteria. HEX triplet: BD, 87 and E7. RGB value is (189,135,231). Sum of RGB (Red+Green+Blue) = 189+135+231=555 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.05% from 555); Green value is 135 (53.12% from 255 or 24.32% from 555); Blue value is 231 (90.62% from 255 or 41.62% from 555); Max value from RGB is 231 - color contains mainly: blue. Hex color #BD87E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD87E7 is #427818. Grayscale: #A1A1A1. Windows color (decimal): -4356121 or 15173565. OLE color: 15173565.

HSL color Cylindrical-coordinate representation of color #BD87E7: hue angle of 273.75º degrees, saturation: 0.67, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BD87E7 is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB189135231-
CMYK0.180.4200.09
HSL273.75º66.67%71.76%-
HSV(B)273.75º41.56%90.59%-
XYZ44.0733.9279.82-
YUV162.09166.89147.19-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.05%
GREEN value IS 135 (53.12% from 255) = 24.32%
BLUE value IS 231 (90.62% from 255) = 41.62%
R=34.05%
G=24.32%
B=41.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1891352310.180.4200.09273.7566.6771.76
HexBD87E7122A091124348
Octal2752073472252011422103110
Binary101111011000011111100111100101010100100110001001010000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD87E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD87E7; }

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

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

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

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

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

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

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

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