#BF83F4

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

Shades of Wisteria #BF83F4

Tints of Wisteria #BF83F4

Color information

#BF83F4 (or 0xBF83F4) is unknown color: approx Wisteria. HEX triplet: BF, 83 and F4. RGB value is (191,131,244). Sum of RGB (Red+Green+Blue) = 191+131+244=566 (74% of max value = 765). Red value is 191 (75% from 255 or 33.75% from 566); Green value is 131 (51.56% from 255 or 23.14% from 566); Blue value is 244 (95.70% from 255 or 43.11% from 566); Max value from RGB is 244 - color contains mainly: blue. Hex color #BF83F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF83F4 is #407C0B. Grayscale: #A1A1A1. Windows color (decimal): -4226060 or 16024511. OLE color: 16024511.

HSL color Cylindrical-coordinate representation of color #BF83F4: hue angle of 271.86º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BF83F4 is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB191131244-
CMYK0.220.4600.04
HSL271.86º83.7%73.53%-
HSV(B)271.86º46.31%95.69%-
XYZ45.9333.8489.7-
YUV161.82174.38148.81-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.75%
GREEN value IS 131 (51.56% from 255) = 23.14%
BLUE value IS 244 (95.70% from 255) = 43.11%
R=33.75%
G=23.14%
B=43.11%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1911312440.220.4600.04271.8683.773.53
HexBF83F4162E04110544a
Octal277203364265604420124112
Binary10111111100000111111010010110101110010010001000010101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF83F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF83F4; }

 p { color: rgb(191,131,244); }

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

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

 a { background-color: rgb(191,131,244); }

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

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

 span { border-color: rgb(191,131,244); }

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