#bd8df5

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

Shades of Wisteria #BD8DF5

Tints of Wisteria #BD8DF5

Color information

#BD8DF5 (or 0xBD8DF5) is unknown color: approx Wisteria. HEX triplet: BD, 8D and F5. RGB value is (189,141,245). Sum of RGB (Red+Green+Blue) = 189+141+245=575 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.87% from 575); Green value is 141 (55.47% from 255 or 24.52% from 575); Blue value is 245 (96.09% from 255 or 42.61% from 575); Max value from RGB is 245 - color contains mainly: blue. Hex color #BD8DF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD8DF5 is #42720A. Grayscale: #A6A6A6. Windows color (decimal): -4354571 or 16092605. OLE color: 16092605.

HSL color Cylindrical-coordinate representation of color #BD8DF5: hue angle of 267.69º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BD8DF5 is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB189141245-
CMYK0.230.4200.04
HSL267.69º83.87%75.69%-
HSV(B)267.69º42.45%96.08%-
XYZ46.9936.4690.95-
YUV167.21171.9143.54-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.87%
GREEN value IS 141 (55.47% from 255) = 24.52%
BLUE value IS 245 (96.09% from 255) = 42.61%
R=32.87%
G=24.52%
B=42.61%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1891412450.230.4200.04267.6983.8775.69
HexBD8DF5172A0410c544c
Octal275215365275204414124114
Binary10111101100011011111010110111101010010010000110010101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bd8df5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bd8df5; }

 p { color: rgb(189,141,245); }

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

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

 a { background-color: rgb(189,141,245); }

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

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

 span { border-color: rgb(189,141,245); }

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