#BF82F0

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

Shades of Wisteria #BF82F0

Tints of Wisteria #BF82F0

Color information

#BF82F0 (or 0xBF82F0) is unknown color: approx Wisteria. HEX triplet: BF, 82 and F0. RGB value is (191,130,240). Sum of RGB (Red+Green+Blue) = 191+130+240=561 (74% of max value = 765). Red value is 191 (75% from 255 or 34.05% from 561); Green value is 130 (51.17% from 255 or 23.17% from 561); Blue value is 240 (94.14% from 255 or 42.78% from 561); Max value from RGB is 240 - color contains mainly: blue. Hex color #BF82F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF82F0 is #407D0F. Grayscale: #A0A0A0. Windows color (decimal): -4226320 or 15762111. OLE color: 15762111.

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

Color convert

RGB191130240-
CMYK0.200.4600.06
HSL273.27º78.57%72.55%-
HSV(B)273.27º45.83%94.12%-
XYZ45.233.3386.49-
YUV160.78172.71149.56-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.05%
GREEN value IS 130 (51.17% from 255) = 23.17%
BLUE value IS 240 (94.14% from 255) = 42.78%
R=34.05%
G=23.17%
B=42.78%

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
Decimal1911302400.200.4600.06273.2778.5772.55
HexBF82F0142E061114f49
Octal277202360245606421117111
Binary10111111100000101111000010100101110011010001000110011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF82F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF82F0; }

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

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

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

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

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

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

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

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