#BF8CE4

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

Shades of Wisteria #BF8CE4

Tints of Wisteria #BF8CE4

Color information

#BF8CE4 (or 0xBF8CE4) is unknown color: approx Wisteria. HEX triplet: BF, 8C and E4. RGB value is (191,140,228). Sum of RGB (Red+Green+Blue) = 191+140+228=559 (74% of max value = 765). Red value is 191 (75% from 255 or 34.17% from 559); Green value is 140 (55.08% from 255 or 25.04% from 559); Blue value is 228 (89.45% from 255 or 40.79% from 559); Max value from RGB is 228 - color contains mainly: blue. Hex color #BF8CE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8CE4 is #40731B. Grayscale: #A4A4A4. Windows color (decimal): -4223772 or 14978239. OLE color: 14978239.

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

Color convert

RGB191140228-
CMYK0.160.3900.11
HSL274.77º61.97%72.16%-
HSV(B)274.77º38.6%89.41%-
XYZ44.8735.4377.87-
YUV165.28163.4146.34-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.17%
GREEN value IS 140 (55.08% from 255) = 25.04%
BLUE value IS 228 (89.45% from 255) = 40.79%
R=34.17%
G=25.04%
B=40.79%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1911402280.160.3900.11274.7761.9772.16
HexBF8CE410270B1133e48
Octal277214344204701342376110
Binary10111111100011001110010010000100111010111000100111111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8CE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8CE4; }

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

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

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

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

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

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

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

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