#BF82EA

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

Shades of Wisteria #BF82EA

Tints of Wisteria #BF82EA

Color information

#BF82EA (or 0xBF82EA) is unknown color: approx Wisteria. HEX triplet: BF, 82 and EA. RGB value is (191,130,234). Sum of RGB (Red+Green+Blue) = 191+130+234=555 (73% of max value = 765). Red value is 191 (75% from 255 or 34.41% from 555); Green value is 130 (51.17% from 255 or 23.42% from 555); Blue value is 234 (91.80% from 255 or 42.16% from 555); Max value from RGB is 234 - color contains mainly: blue. Hex color #BF82EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF82EA is #407D15. Grayscale: #9F9F9F. Windows color (decimal): -4226326 or 15368895. OLE color: 15368895.

HSL color Cylindrical-coordinate representation of color #BF82EA: hue angle of 275.19º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BF82EA is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB191130234-
CMYK0.180.4400.08
HSL275.19º71.23%71.37%-
HSV(B)275.19º44.44%91.76%-
XYZ44.3232.9881.87-
YUV160.09169.71150.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.41%
GREEN value IS 130 (51.17% from 255) = 23.42%
BLUE value IS 234 (91.80% from 255) = 42.16%
R=34.41%
G=23.42%
B=42.16%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1911302340.180.4400.08275.1971.2371.37
HexBF82EA122C081134747
Octal2772023522254010423107107
Binary101111111000001011101010100101011000100010001001110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF82EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF82EA; }

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

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

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

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

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

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

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

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