#BF9FCC

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

Shades of Wisteria #BF9FCC

Tints of Wisteria #BF9FCC

Color information

#BF9FCC (or 0xBF9FCC) is unknown color: approx Wisteria. HEX triplet: BF, 9F and CC. RGB value is (191,159,204). Sum of RGB (Red+Green+Blue) = 191+159+204=554 (73% of max value = 765). Red value is 191 (75% from 255 or 34.48% from 554); Green value is 159 (62.5% from 255 or 28.70% from 554); Blue value is 204 (80.08% from 255 or 36.82% from 554); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF9FCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9FCC is #406033. Grayscale: #ADADAD. Windows color (decimal): -4218932 or 13410239. OLE color: 13410239.

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

Color convert

RGB191159204-
CMYK0.060.2200.2
HSL282.67º30.61%71.18%-
HSV(B)282.67º22.06%80%-
XYZ44.7840.2362.53-
YUV173.7145.1140.34-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.48%
GREEN value IS 159 (62.5% from 255) = 28.70%
BLUE value IS 204 (80.08% from 255) = 36.82%
R=34.48%
G=28.70%
B=36.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1911592040.060.2200.2282.6730.6171.18
HexBF9FCC61601411b1f47
Octal27723731462602443337107
Binary10111111100111111100110011010110010100100011011111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9FCC; }

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

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

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

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

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

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

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

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