#BF83EE

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

Shades of Wisteria #BF83EE

Tints of Wisteria #BF83EE

Color information

#BF83EE (or 0xBF83EE) is unknown color: approx Wisteria. HEX triplet: BF, 83 and EE. RGB value is (191,131,238). Sum of RGB (Red+Green+Blue) = 191+131+238=560 (74% of max value = 765). Red value is 191 (75% from 255 or 34.11% from 560); Green value is 131 (51.56% from 255 or 23.39% from 560); Blue value is 238 (93.36% from 255 or 42.5% from 560); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF83EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF83EE is #407C11. Grayscale: #A0A0A0. Windows color (decimal): -4226066 or 15631295. OLE color: 15631295.

HSL color Cylindrical-coordinate representation of color #BF83EE: hue angle of 273.64º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BF83EE is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB191131238-
CMYK0.200.4500.07
HSL273.64º75.89%72.35%-
HSV(B)273.64º44.96%93.33%-
XYZ45.0333.4884.98-
YUV161.14171.38149.3-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.11%
GREEN value IS 131 (51.56% from 255) = 23.39%
BLUE value IS 238 (93.36% from 255) = 42.5%
R=34.11%
G=23.39%
B=42.5%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1911312380.200.4500.07273.6475.8972.35
HexBF83EE142D071124c48
Octal277203356245507422114110
Binary10111111100000111110111010100101101011110001001010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF83EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF83EE; }

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

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

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

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

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

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

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

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