#BF91CC

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

Shades of Wisteria #BF91CC

Tints of Wisteria #BF91CC

Color information

#BF91CC (or 0xBF91CC) is unknown color: approx Wisteria. HEX triplet: BF, 91 and CC. RGB value is (191,145,204). Sum of RGB (Red+Green+Blue) = 191+145+204=540 (71% of max value = 765). Red value is 191 (75% from 255 or 35.37% from 540); Green value is 145 (57.03% from 255 or 26.85% from 540); Blue value is 204 (80.08% from 255 or 37.78% from 540); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF91CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF91CC is #406E33. Grayscale: #A5A5A5. Windows color (decimal): -4222516 or 13406655. OLE color: 13406655.

HSL color Cylindrical-coordinate representation of color #BF91CC: hue angle of 286.78º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BF91CC is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB191145204-
CMYK0.060.2900.2
HSL286.78º36.65%68.43%-
HSV(B)286.78º28.92%80%-
XYZ42.5135.6961.77-
YUV165.48149.74146.2-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.37%
GREEN value IS 145 (57.03% from 255) = 26.85%
BLUE value IS 204 (80.08% from 255) = 37.78%
R=35.37%
G=26.85%
B=37.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1911452040.060.2900.2286.7836.6568.43
HexBF91CC61D01411f2544
Octal27722131463502443745104
Binary101111111001000111001100110111010101001000111111001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF91CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF91CC; }

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

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

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

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

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

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

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

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