#BD89EB

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

Shades of Wisteria #BD89EB

Tints of Wisteria #BD89EB

Color information

#BD89EB (or 0xBD89EB) is unknown color: approx Wisteria. HEX triplet: BD, 89 and EB. RGB value is (189,137,235). Sum of RGB (Red+Green+Blue) = 189+137+235=561 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.69% from 561); Green value is 137 (53.91% from 255 or 24.42% from 561); Blue value is 235 (92.19% from 255 or 41.89% from 561); Max value from RGB is 235 - color contains mainly: blue. Hex color #BD89EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD89EB is #427614. Grayscale: #A3A3A3. Windows color (decimal): -4355605 or 15436221. OLE color: 15436221.

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

Color convert

RGB189137235-
CMYK0.200.4200.08
HSL271.84º71.01%72.94%-
HSV(B)271.84º41.7%92.16%-
XYZ44.9334.7182.93-
YUV163.72168.23146.03-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.69%
GREEN value IS 137 (53.91% from 255) = 24.42%
BLUE value IS 235 (92.19% from 255) = 41.89%
R=33.69%
G=24.42%
B=41.89%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1891372350.200.4200.08271.8471.0172.94
HexBD89EB142A081104749
Octal2752113532452010420107111
Binary101111011000100111101011101001010100100010001000010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD89EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD89EB; }

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

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

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

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

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

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

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

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