#BF8FEE

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

Shades of Wisteria #BF8FEE

Tints of Wisteria #BF8FEE

Color information

#BF8FEE (or 0xBF8FEE) is unknown color: approx Wisteria. HEX triplet: BF, 8F and EE. RGB value is (191,143,238). Sum of RGB (Red+Green+Blue) = 191+143+238=572 (75% of max value = 765). Red value is 191 (75% from 255 or 33.39% from 572); Green value is 143 (56.25% from 255 or 25% from 572); Blue value is 238 (93.36% from 255 or 41.61% from 572); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF8FEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF8FEE is #407011. Grayscale: #A7A7A7. Windows color (decimal): -4222994 or 15634367. OLE color: 15634367.

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

Color convert

RGB191143238-
CMYK0.200.4000.07
HSL270.32º73.64%74.71%-
HSV(B)270.32º39.92%93.33%-
XYZ46.7436.8985.55-
YUV168.18167.4144.28-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.39%
GREEN value IS 143 (56.25% from 255) = 25%
BLUE value IS 238 (93.36% from 255) = 41.61%
R=33.39%
G=25%
B=41.61%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1911432380.200.4000.07270.3273.6474.71
HexBF8FEE14280710e4a4b
Octal277217356245007416112113
Binary10111111100011111110111010100101000011110000111010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8FEE; }

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

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

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

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

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

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

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

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