#BF85EA

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

Shades of Wisteria #BF85EA

Tints of Wisteria #BF85EA

Color information

#BF85EA (or 0xBF85EA) is unknown color: approx Wisteria. HEX triplet: BF, 85 and EA. RGB value is (191,133,234). Sum of RGB (Red+Green+Blue) = 191+133+234=558 (73% of max value = 765). Red value is 191 (75% from 255 or 34.23% from 558); Green value is 133 (52.34% from 255 or 23.84% from 558); Blue value is 234 (91.80% from 255 or 41.94% from 558); Max value from RGB is 234 - color contains mainly: blue. Hex color #BF85EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF85EA is #407A15. Grayscale: #A1A1A1. Windows color (decimal): -4225558 or 15369663. OLE color: 15369663.

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

Color convert

RGB191133234-
CMYK0.180.4300.08
HSL274.46º70.63%71.96%-
HSV(B)274.46º43.16%91.76%-
XYZ44.7233.7982.01-
YUV161.86168.72148.79-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.23%
GREEN value IS 133 (52.34% from 255) = 23.84%
BLUE value IS 234 (91.80% from 255) = 41.94%
R=34.23%
G=23.84%
B=41.94%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1911332340.180.4300.08274.4670.6371.96
HexBF85EA122B081124748
Octal2772053522253010422107110
Binary101111111000010111101010100101010110100010001001010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF85EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF85EA; }

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

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

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

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

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

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

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

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