#BF94E3

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

Shades of Wisteria #BF94E3

Tints of Wisteria #BF94E3

Color information

#BF94E3 (or 0xBF94E3) is unknown color: approx Wisteria. HEX triplet: BF, 94 and E3. RGB value is (191,148,227). Sum of RGB (Red+Green+Blue) = 191+148+227=566 (74% of max value = 765). Red value is 191 (75% from 255 or 33.75% from 566); Green value is 148 (58.20% from 255 or 26.15% from 566); Blue value is 227 (89.06% from 255 or 40.11% from 566); Max value from RGB is 227 - color contains mainly: blue. Hex color #BF94E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF94E3 is #406B1C. Grayscale: #A9A9A9. Windows color (decimal): -4221725 or 14914751. OLE color: 14914751.

HSL color Cylindrical-coordinate representation of color #BF94E3: hue angle of 272.66º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BF94E3 is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB191148227-
CMYK0.160.3500.11
HSL272.66º58.52%73.53%-
HSV(B)272.66º34.8%89.02%-
XYZ45.9437.877.55-
YUV169.86160.25143.08-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.75%
GREEN value IS 148 (58.20% from 255) = 26.15%
BLUE value IS 227 (89.06% from 255) = 40.11%
R=33.75%
G=26.15%
B=40.11%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1911482270.160.3500.11272.6658.5273.53
HexBF94E310230B1113b4a
Octal277224343204301342173112
Binary10111111100101001110001110000100011010111000100011110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF94E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF94E3; }

 p { color: rgb(191,148,227); }

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

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

 a { background-color: rgb(191,148,227); }

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

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

 span { border-color: rgb(191,148,227); }

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