#BF84EA

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

Shades of Wisteria #BF84EA

Tints of Wisteria #BF84EA

Color information

#BF84EA (or 0xBF84EA) is unknown color: approx Wisteria. HEX triplet: BF, 84 and EA. RGB value is (191,132,234). Sum of RGB (Red+Green+Blue) = 191+132+234=557 (73% of max value = 765). Red value is 191 (75% from 255 or 34.29% from 557); Green value is 132 (51.95% from 255 or 23.70% from 557); Blue value is 234 (91.80% from 255 or 42.01% from 557); Max value from RGB is 234 - color contains mainly: blue. Hex color #BF84EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF84EA is #407B15. Grayscale: #A0A0A0. Windows color (decimal): -4225814 or 15369407. OLE color: 15369407.

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

Color convert

RGB191132234-
CMYK0.180.4400.08
HSL274.71º70.83%71.76%-
HSV(B)274.71º43.59%91.76%-
XYZ44.5933.5281.96-
YUV161.27169.05149.21-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.29%
GREEN value IS 132 (51.95% from 255) = 23.70%
BLUE value IS 234 (91.80% from 255) = 42.01%
R=34.29%
G=23.70%
B=42.01%

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
Decimal1911322340.180.4400.08274.7170.8371.76
HexBF84EA122C081134748
Octal2772043522254010423107110
Binary101111111000010011101010100101011000100010001001110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF84EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF84EA; }

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

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

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

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

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

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

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

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