#BF8FDD

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

Shades of Wisteria #BF8FDD

Tints of Wisteria #BF8FDD

Color information

#BF8FDD (or 0xBF8FDD) is unknown color: approx Wisteria. HEX triplet: BF, 8F and DD. RGB value is (191,143,221). Sum of RGB (Red+Green+Blue) = 191+143+221=555 (73% of max value = 765). Red value is 191 (75% from 255 or 34.41% from 555); Green value is 143 (56.25% from 255 or 25.77% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF8FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8FDD is #407022. Grayscale: #A5A5A5. Windows color (decimal): -4223011 or 14520255. OLE color: 14520255.

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

Color convert

RGB191143221-
CMYK0.140.3500.13
HSL276.92º53.42%71.37%-
HSV(B)276.92º35.29%86.67%-
XYZ44.3635.9473.01-
YUV166.24158.9145.66-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.41%
GREEN value IS 143 (56.25% from 255) = 25.77%
BLUE value IS 221 (86.72% from 255) = 39.82%
R=34.41%
G=25.77%
B=39.82%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1911432210.140.3500.13276.9253.4271.37
HexBF8FDDE230D1153547
Octal277217335164301542565107
Binary1011111110001111110111011110100011011011000101011101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8FDD; }

 p { color: rgb(191,143,221); }

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

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

 a { background-color: rgb(191,143,221); }

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

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

 span { border-color: rgb(191,143,221); }

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