#BD8DF1

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

Shades of Wisteria #BD8DF1

Tints of Wisteria #BD8DF1

Color information

#BD8DF1 (or 0xBD8DF1) is unknown color: approx Wisteria. HEX triplet: BD, 8D and F1. RGB value is (189,141,241). Sum of RGB (Red+Green+Blue) = 189+141+241=571 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.10% from 571); Green value is 141 (55.47% from 255 or 24.69% from 571); Blue value is 241 (94.53% from 255 or 42.21% from 571); Max value from RGB is 241 - color contains mainly: blue. Hex color #BD8DF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD8DF1 is #42720E. Grayscale: #A6A6A6. Windows color (decimal): -4354575 or 15830461. OLE color: 15830461.

HSL color Cylindrical-coordinate representation of color #BD8DF1: hue angle of 268.8º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BD8DF1 is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB189141241-
CMYK0.220.4100.05
HSL268.8º78.12%74.9%-
HSV(B)268.8º41.49%94.51%-
XYZ46.3936.2287.77-
YUV166.75169.9143.87-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.10%
GREEN value IS 141 (55.47% from 255) = 24.69%
BLUE value IS 241 (94.53% from 255) = 42.21%
R=33.10%
G=24.69%
B=42.21%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1891412410.220.4100.05268.878.1274.9
HexBD8DF116290510d4e4b
Octal275215361265105415116113
Binary10111101100011011111000110110101001010110000110110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8DF1; }

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

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

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

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

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

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

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

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