#BD8BF1

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

Shades of Wisteria #BD8BF1

Tints of Wisteria #BD8BF1

Color information

#BD8BF1 (or 0xBD8BF1) is unknown color: approx Wisteria. HEX triplet: BD, 8B and F1. RGB value is (189,139,241). Sum of RGB (Red+Green+Blue) = 189+139+241=569 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.22% from 569); Green value is 139 (54.69% from 255 or 24.43% from 569); Blue value is 241 (94.53% from 255 or 42.36% from 569); Max value from RGB is 241 - color contains mainly: blue. Hex color #BD8BF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD8BF1 is #42740E. Grayscale: #A5A5A5. Windows color (decimal): -4355087 or 15829949. OLE color: 15829949.

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

Color convert

RGB189139241-
CMYK0.220.4200.05
HSL269.41º78.46%74.51%-
HSV(B)269.41º42.32%94.51%-
XYZ46.135.6387.67-
YUV165.58170.56144.71-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.22%
GREEN value IS 139 (54.69% from 255) = 24.43%
BLUE value IS 241 (94.53% from 255) = 42.36%
R=33.22%
G=24.43%
B=42.36%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1891392410.220.4200.05269.4178.4674.51
HexBD8BF1162A0510d4e4b
Octal275213361265205415116113
Binary10111101100010111111000110110101010010110000110110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8BF1; }

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

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

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

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

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

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

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

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