#BF8DDB

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

Shades of Wisteria #BF8DDB

Tints of Wisteria #BF8DDB

Color information

#BF8DDB (or 0xBF8DDB) is unknown color: approx Wisteria. HEX triplet: BF, 8D and DB. RGB value is (191,141,219). Sum of RGB (Red+Green+Blue) = 191+141+219=551 (72% of max value = 765). Red value is 191 (75% from 255 or 34.66% from 551); Green value is 141 (55.47% from 255 or 25.59% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF8DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8DDB is #407224. Grayscale: #A4A4A4. Windows color (decimal): -4223525 or 14388671. OLE color: 14388671.

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

Color convert

RGB191141219-
CMYK0.130.3600.14
HSL278.46º52%70.59%-
HSV(B)278.46º35.62%85.88%-
XYZ43.835.2471.51-
YUV164.84158.56146.66-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.66%
GREEN value IS 141 (55.47% from 255) = 25.59%
BLUE value IS 219 (85.94% from 255) = 39.75%
R=34.66%
G=25.59%
B=39.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1911412190.130.3600.14278.465270.59
HexBF8DDBD240E1163447
Octal277215333154401642664107
Binary1011111110001101110110111101100100011101000101101101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8DDB; }

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

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

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

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

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

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

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

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