#BD89E9

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

Shades of Wisteria #BD89E9

Tints of Wisteria #BD89E9

Color information

#BD89E9 (or 0xBD89E9) is unknown color: approx Wisteria. HEX triplet: BD, 89 and E9. RGB value is (189,137,233). Sum of RGB (Red+Green+Blue) = 189+137+233=559 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.81% from 559); Green value is 137 (53.91% from 255 or 24.51% from 559); Blue value is 233 (91.41% from 255 or 41.68% from 559); Max value from RGB is 233 - color contains mainly: blue. Hex color #BD89E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD89E9 is #427616. Grayscale: #A3A3A3. Windows color (decimal): -4355607 or 15305149. OLE color: 15305149.

HSL color Cylindrical-coordinate representation of color #BD89E9: hue angle of 272.5º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BD89E9 is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB189137233-
CMYK0.190.4100.09
HSL272.5º68.57%72.55%-
HSV(B)272.5º41.2%91.37%-
XYZ44.6434.5981.42-
YUV163.49167.23146.19-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.81%
GREEN value IS 137 (53.91% from 255) = 24.51%
BLUE value IS 233 (91.41% from 255) = 41.68%
R=33.81%
G=24.51%
B=41.68%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1891372330.190.4100.09272.568.5772.55
HexBD89E91329091104549
Octal2752113512351011420105111
Binary101111011000100111101001100111010010100110001000010001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD89E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD89E9; }

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

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

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

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

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

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

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

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