#BF89EE

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

Shades of Wisteria #BF89EE

Tints of Wisteria #BF89EE

Color information

#BF89EE (or 0xBF89EE) is unknown color: approx Wisteria. HEX triplet: BF, 89 and EE. RGB value is (191,137,238). Sum of RGB (Red+Green+Blue) = 191+137+238=566 (74% of max value = 765). Red value is 191 (75% from 255 or 33.75% from 566); Green value is 137 (53.91% from 255 or 24.20% from 566); Blue value is 238 (93.36% from 255 or 42.05% from 566); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF89EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF89EE is #407611. Grayscale: #A4A4A4. Windows color (decimal): -4224530 or 15632831. OLE color: 15632831.

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

Color convert

RGB191137238-
CMYK0.200.4200.07
HSL272.08º74.81%73.53%-
HSV(B)272.08º42.44%93.33%-
XYZ45.8635.1485.25-
YUV164.66169.39146.79-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.75%
GREEN value IS 137 (53.91% from 255) = 24.20%
BLUE value IS 238 (93.36% from 255) = 42.05%
R=33.75%
G=24.20%
B=42.05%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1911372380.200.4200.07272.0874.8173.53
HexBF89EE142A071104b4a
Octal277211356245207420113112
Binary10111111100010011110111010100101010011110001000010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF89EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF89EE; }

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

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

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

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

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

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

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

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