#BF93E0

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

Shades of Wisteria #BF93E0

Tints of Wisteria #BF93E0

Color information

#BF93E0 (or 0xBF93E0) is unknown color: approx Wisteria. HEX triplet: BF, 93 and E0. RGB value is (191,147,224). Sum of RGB (Red+Green+Blue) = 191+147+224=562 (74% of max value = 765). Red value is 191 (75% from 255 or 33.99% from 562); Green value is 147 (57.81% from 255 or 26.16% from 562); Blue value is 224 (87.89% from 255 or 39.86% from 562); Max value from RGB is 224 - color contains mainly: blue. Hex color #BF93E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF93E0 is #406C1F. Grayscale: #A8A8A8. Windows color (decimal): -4221984 or 14717887. OLE color: 14717887.

HSL color Cylindrical-coordinate representation of color #BF93E0: hue angle of 274.29º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BF93E0 is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB191147224-
CMYK0.150.3400.12
HSL274.29º55.4%72.75%-
HSV(B)274.29º34.38%87.84%-
XYZ45.3737.3375.33-
YUV168.93159.08143.74-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.99%
GREEN value IS 147 (57.81% from 255) = 26.16%
BLUE value IS 224 (87.89% from 255) = 39.86%
R=33.99%
G=26.16%
B=39.86%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1911472240.150.3400.12274.2955.472.75
HexBF93E0F220C1123749
Octal277223340174201442267111
Binary1011111110010011111000001111100010011001000100101101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF93E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF93E0; }

 p { color: rgb(191,147,224); }

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

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

 a { background-color: rgb(191,147,224); }

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

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

 span { border-color: rgb(191,147,224); }

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