#BF8FEC

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

Shades of Wisteria #BF8FEC

Tints of Wisteria #BF8FEC

Color information

#BF8FEC (or 0xBF8FEC) is unknown color: approx Wisteria. HEX triplet: BF, 8F and EC. RGB value is (191,143,236). Sum of RGB (Red+Green+Blue) = 191+143+236=570 (75% of max value = 765). Red value is 191 (75% from 255 or 33.51% from 570); Green value is 143 (56.25% from 255 or 25.09% from 570); Blue value is 236 (92.58% from 255 or 41.40% from 570); Max value from RGB is 236 - color contains mainly: blue. Hex color #BF8FEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF8FEC is #407013. Grayscale: #A7A7A7. Windows color (decimal): -4222996 or 15503295. OLE color: 15503295.

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

Color convert

RGB191143236-
CMYK0.190.3900.07
HSL270.97º70.99%74.31%-
HSV(B)270.97º39.41%92.55%-
XYZ46.4536.7884.01-
YUV167.95166.4144.44-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.51%
GREEN value IS 143 (56.25% from 255) = 25.09%
BLUE value IS 236 (92.58% from 255) = 41.40%
R=33.51%
G=25.09%
B=41.40%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1911432360.190.3900.07270.9770.9974.31
HexBF8FEC13270710f474a
Octal277217354234707417107112
Binary10111111100011111110110010011100111011110000111110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8FEC; }

 p { color: rgb(191,143,236); }

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

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

 a { background-color: rgb(191,143,236); }

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

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

 span { border-color: rgb(191,143,236); }

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