#BF9FCA

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

Shades of Wisteria #BF9FCA

Tints of Wisteria #BF9FCA

Color information

#BF9FCA (or 0xBF9FCA) is unknown color: approx Wisteria. HEX triplet: BF, 9F and CA. RGB value is (191,159,202). Sum of RGB (Red+Green+Blue) = 191+159+202=552 (73% of max value = 765). Red value is 191 (75% from 255 or 34.60% from 552); Green value is 159 (62.5% from 255 or 28.80% from 552); Blue value is 202 (79.30% from 255 or 36.59% from 552); Max value from RGB is 202 - color contains mainly: blue. Hex color #BF9FCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9FCA is #406035. Grayscale: #ADADAD. Windows color (decimal): -4218934 or 13279167. OLE color: 13279167.

HSL color Cylindrical-coordinate representation of color #BF9FCA: hue angle of 284.65º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BF9FCA is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB191159202-
CMYK0.050.2100.21
HSL284.65º28.86%70.78%-
HSV(B)284.65º21.29%79.22%-
XYZ44.5440.1461.28-
YUV173.47144.1140.5-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.60%
GREEN value IS 159 (62.5% from 255) = 28.80%
BLUE value IS 202 (79.30% from 255) = 36.59%
R=34.60%
G=28.80%
B=36.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1911592020.050.2100.21284.6528.8670.78
HexBF9FCA51501511d1d47
Octal27723731252502543535107
Binary10111111100111111100101010110101010101100011101111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9FCA; }

 p { color: rgb(191,159,202); }

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

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

 a { background-color: rgb(191,159,202); }

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

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

 span { border-color: rgb(191,159,202); }

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