#BD89EE

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

Shades of Wisteria #BD89EE

Tints of Wisteria #BD89EE

Color information

#BD89EE (or 0xBD89EE) is unknown color: approx Wisteria. HEX triplet: BD, 89 and EE. RGB value is (189,137,238). Sum of RGB (Red+Green+Blue) = 189+137+238=564 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.51% from 564); Green value is 137 (53.91% from 255 or 24.29% from 564); Blue value is 238 (93.36% from 255 or 42.20% from 564); Max value from RGB is 238 - color contains mainly: blue. Hex color #BD89EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD89EE is #427611. Grayscale: #A3A3A3. Windows color (decimal): -4355602 or 15632829. OLE color: 15632829.

HSL color Cylindrical-coordinate representation of color #BD89EE: hue angle of 270.89º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BD89EE is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB189137238-
CMYK0.210.4200.07
HSL270.89º74.81%73.53%-
HSV(B)270.89º42.44%93.33%-
XYZ45.3634.8885.23-
YUV164.06169.73145.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.51%
GREEN value IS 137 (53.91% from 255) = 24.29%
BLUE value IS 238 (93.36% from 255) = 42.20%
R=33.51%
G=24.29%
B=42.20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1891372380.210.4200.07270.8974.8173.53
HexBD89EE152A0710f4b4a
Octal275211356255207417113112
Binary10111101100010011110111010101101010011110000111110010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD89EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD89EE; }

 p { color: rgb(189,137,238); }

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

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

 a { background-color: rgb(189,137,238); }

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

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

 span { border-color: rgb(189,137,238); }

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