#BF91DC

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

Shades of Wisteria #BF91DC

Tints of Wisteria #BF91DC

Color information

#BF91DC (or 0xBF91DC) is unknown color: approx Wisteria. HEX triplet: BF, 91 and DC. RGB value is (191,145,220). Sum of RGB (Red+Green+Blue) = 191+145+220=556 (73% of max value = 765). Red value is 191 (75% from 255 or 34.35% from 556); Green value is 145 (57.03% from 255 or 26.08% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF91DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF91DC is #406E23. Grayscale: #A7A7A7. Windows color (decimal): -4222500 or 14455231. OLE color: 14455231.

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

Color convert

RGB191145220-
CMYK0.130.3400.14
HSL276.8º51.72%71.57%-
HSV(B)276.8º34.09%86.27%-
XYZ44.5336.4972.41-
YUV167.3157.74144.9-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.35%
GREEN value IS 145 (57.03% from 255) = 26.08%
BLUE value IS 220 (86.33% from 255) = 39.57%
R=34.35%
G=26.08%
B=39.57%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1911452200.130.3400.14276.851.7271.57
HexBF91DCD220E1153448
Octal277221334154201642564110
Binary1011111110010001110111001101100010011101000101011101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF91DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF91DC; }

 p { color: rgb(191,145,220); }

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

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

 a { background-color: rgb(191,145,220); }

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

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

 span { border-color: rgb(191,145,220); }

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