#bf8fce

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

Shades of Wisteria #BF8FCE

Tints of Wisteria #BF8FCE

Color information

#BF8FCE (or 0xBF8FCE) is unknown color: approx Wisteria. HEX triplet: BF, 8F and CE. RGB value is (191,143,206). Sum of RGB (Red+Green+Blue) = 191+143+206=540 (71% of max value = 765). Red value is 191 (75% from 255 or 35.37% from 540); Green value is 143 (56.25% from 255 or 26.48% from 540); Blue value is 206 (80.86% from 255 or 38.15% from 540); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF8FCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8FCE is #407031. Grayscale: #A4A4A4. Windows color (decimal): -4223026 or 13537215. OLE color: 13537215.

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

Color convert

RGB191143206-
CMYK0.070.3100.19
HSL285.71º39.13%68.43%-
HSV(B)285.71º30.58%80.78%-
XYZ42.4535.1862.95-
YUV164.53151.4146.88-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.37%
GREEN value IS 143 (56.25% from 255) = 26.48%
BLUE value IS 206 (80.86% from 255) = 38.15%
R=35.37%
G=26.48%
B=38.15%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1911432060.070.3100.19285.7139.1368.43
HexBF8FCE71F01311e2744
Octal27721731673702343647104
Binary101111111000111111001110111111110100111000111101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf8fce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf8fce; }

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

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

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

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

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

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

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

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