#BF85ED

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

Shades of Wisteria #BF85ED

Tints of Wisteria #BF85ED

Color information

#BF85ED (or 0xBF85ED) is unknown color: approx Wisteria. HEX triplet: BF, 85 and ED. RGB value is (191,133,237). Sum of RGB (Red+Green+Blue) = 191+133+237=561 (74% of max value = 765). Red value is 191 (75% from 255 or 34.05% from 561); Green value is 133 (52.34% from 255 or 23.71% from 561); Blue value is 237 (92.97% from 255 or 42.25% from 561); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF85ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF85ED is #407A12. Grayscale: #A1A1A1. Windows color (decimal): -4225555 or 15566271. OLE color: 15566271.

HSL color Cylindrical-coordinate representation of color #BF85ED: hue angle of 273.46º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BF85ED is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB191133237-
CMYK0.190.4400.07
HSL273.46º74.29%72.55%-
HSV(B)273.46º43.88%92.94%-
XYZ45.1633.9784.3-
YUV162.2170.22148.54-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.05%
GREEN value IS 133 (52.34% from 255) = 23.71%
BLUE value IS 237 (92.97% from 255) = 42.25%
R=34.05%
G=23.71%
B=42.25%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1911332370.190.4400.07273.4674.2972.55
HexBF85ED132C071114a49
Octal277205355235407421112111
Binary10111111100001011110110110011101100011110001000110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF85ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF85ED; }

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

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

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

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

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

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

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

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