#BF8ADF

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

Shades of Wisteria #BF8ADF

Tints of Wisteria #BF8ADF

Color information

#BF8ADF (or 0xBF8ADF) is unknown color: approx Wisteria. HEX triplet: BF, 8A and DF. RGB value is (191,138,223). Sum of RGB (Red+Green+Blue) = 191+138+223=552 (73% of max value = 765). Red value is 191 (75% from 255 or 34.60% from 552); Green value is 138 (54.30% from 255 or 25% from 552); Blue value is 223 (87.5% from 255 or 40.40% from 552); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF8ADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8ADF is #407520. Grayscale: #A3A3A3. Windows color (decimal): -4224289 or 14650047. OLE color: 14650047.

HSL color Cylindrical-coordinate representation of color #BF8ADF: hue angle of 277.41º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BF8ADF is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB191138223-
CMYK0.140.3800.13
HSL277.41º57.05%70.78%-
HSV(B)277.41º38.12%87.45%-
XYZ43.8934.5874.17-
YUV163.54161.56147.59-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.60%
GREEN value IS 138 (54.30% from 255) = 25%
BLUE value IS 223 (87.5% from 255) = 40.40%
R=34.60%
G=25%
B=40.40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1911382230.140.3800.13277.4157.0570.78
HexBF8ADFE260D1153947
Octal277212337164601542571107
Binary1011111110001010110111111110100110011011000101011110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8ADF; }

 p { color: rgb(191,138,223); }

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

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

 a { background-color: rgb(191,138,223); }

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

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

 span { border-color: rgb(191,138,223); }

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