#BD89FA

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

Shades of Wisteria #BD89FA

Tints of Wisteria #BD89FA

Color information

#BD89FA (or 0xBD89FA) is unknown color: approx Wisteria. HEX triplet: BD, 89 and FA. RGB value is (189,137,250). Sum of RGB (Red+Green+Blue) = 189+137+250=576 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.81% from 576); Green value is 137 (53.91% from 255 or 23.78% from 576); Blue value is 250 (98.05% from 255 or 43.40% from 576); Max value from RGB is 250 - color contains mainly: blue. Hex color #BD89FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD89FA is #427605. Grayscale: #A5A5A5. Windows color (decimal): -4355590 or 16419261. OLE color: 16419261.

HSL color Cylindrical-coordinate representation of color #BD89FA: hue angle of 267.61º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BD89FA is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB189137250-
CMYK0.240.4500.02
HSL267.61º91.87%75.88%-
HSV(B)267.61º45.2%98.04%-
XYZ47.1935.6194.83-
YUV165.43175.73144.81-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.81%
GREEN value IS 137 (53.91% from 255) = 23.78%
BLUE value IS 250 (98.05% from 255) = 43.40%
R=32.81%
G=23.78%
B=43.40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1891372500.240.4500.02267.6191.8775.88
HexBD89FA182D0210c5c4c
Octal275211372305502414134114
Binary1011110110001001111110101100010110101010000110010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD89FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD89FA; }

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

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

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

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

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

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

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

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