#BF8CEE

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

Shades of Wisteria #BF8CEE

Tints of Wisteria #BF8CEE

Color information

#BF8CEE (or 0xBF8CEE) is unknown color: approx Wisteria. HEX triplet: BF, 8C and EE. RGB value is (191,140,238). Sum of RGB (Red+Green+Blue) = 191+140+238=569 (75% of max value = 765). Red value is 191 (75% from 255 or 33.57% from 569); Green value is 140 (55.08% from 255 or 24.60% from 569); Blue value is 238 (93.36% from 255 or 41.83% from 569); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF8CEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF8CEE is #407311. Grayscale: #A6A6A6. Windows color (decimal): -4223762 or 15633599. OLE color: 15633599.

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

Color convert

RGB191140238-
CMYK0.200.4100.07
HSL271.22º74.24%74.12%-
HSV(B)271.22º41.18%93.33%-
XYZ46.336.0185.4-
YUV166.42168.4145.53-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.57%
GREEN value IS 140 (55.08% from 255) = 24.60%
BLUE value IS 238 (93.36% from 255) = 41.83%
R=33.57%
G=24.60%
B=41.83%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1911402380.200.4100.07271.2274.2474.12
HexBF8CEE14290710f4a4a
Octal277214356245107417112112
Binary10111111100011001110111010100101001011110000111110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8CEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8CEE; }

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

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

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

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

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

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

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

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