#BF8DDA

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

Shades of Wisteria #BF8DDA

Tints of Wisteria #BF8DDA

Color information

#BF8DDA (or 0xBF8DDA) is unknown color: approx Wisteria. HEX triplet: BF, 8D and DA. RGB value is (191,141,218). Sum of RGB (Red+Green+Blue) = 191+141+218=550 (72% of max value = 765). Red value is 191 (75% from 255 or 34.73% from 550); Green value is 141 (55.47% from 255 or 25.64% from 550); Blue value is 218 (85.55% from 255 or 39.64% from 550); Max value from RGB is 218 - color contains mainly: blue. Hex color #BF8DDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8DDA is #407225. Grayscale: #A4A4A4. Windows color (decimal): -4223526 or 14323135. OLE color: 14323135.

HSL color Cylindrical-coordinate representation of color #BF8DDA: hue angle of 278.96º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BF8DDA is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB191141218-
CMYK0.120.3500.15
HSL278.96º50.99%70.39%-
HSV(B)278.96º35.32%85.49%-
XYZ43.6735.1970.82-
YUV164.73158.06146.74-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.73%
GREEN value IS 141 (55.47% from 255) = 25.64%
BLUE value IS 218 (85.55% from 255) = 39.64%
R=34.73%
G=25.64%
B=39.64%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1911412180.120.3500.15278.9650.9970.39
HexBF8DDAC230F1173346
Octal277215332144301742763106
Binary1011111110001101110110101100100011011111000101111100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8DDA; }

 p { color: rgb(191,141,218); }

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

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

 a { background-color: rgb(191,141,218); }

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

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

 span { border-color: rgb(191,141,218); }

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