#BF82EF

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

Shades of Wisteria #BF82EF

Tints of Wisteria #BF82EF

Color information

#BF82EF (or 0xBF82EF) is unknown color: approx Wisteria. HEX triplet: BF, 82 and EF. RGB value is (191,130,239). Sum of RGB (Red+Green+Blue) = 191+130+239=560 (74% of max value = 765). Red value is 191 (75% from 255 or 34.11% from 560); Green value is 130 (51.17% from 255 or 23.21% from 560); Blue value is 239 (93.75% from 255 or 42.68% from 560); Max value from RGB is 239 - color contains mainly: blue. Hex color #BF82EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF82EF is #407D10. Grayscale: #A0A0A0. Windows color (decimal): -4226321 or 15696575. OLE color: 15696575.

HSL color Cylindrical-coordinate representation of color #BF82EF: hue angle of 273.58º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BF82EF is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB191130239-
CMYK0.200.4600.06
HSL273.58º77.3%72.35%-
HSV(B)273.58º45.61%93.73%-
XYZ45.0533.2785.71-
YUV160.66172.21149.64-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.11%
GREEN value IS 130 (51.17% from 255) = 23.21%
BLUE value IS 239 (93.75% from 255) = 42.68%
R=34.11%
G=23.21%
B=42.68%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1911302390.200.4600.06273.5877.372.35
HexBF82EF142E061124d48
Octal277202357245606422115110
Binary10111111100000101110111110100101110011010001001010011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF82EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF82EF; }

 p { color: rgb(191,130,239); }

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

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

 a { background-color: rgb(191,130,239); }

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

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

 span { border-color: rgb(191,130,239); }

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