#BF8ACF

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

Shades of Wisteria #BF8ACF

Tints of Wisteria #BF8ACF

Color information

#BF8ACF (or 0xBF8ACF) is unknown color: approx Wisteria. HEX triplet: BF, 8A and CF. RGB value is (191,138,207). Sum of RGB (Red+Green+Blue) = 191+138+207=536 (70% of max value = 765). Red value is 191 (75% from 255 or 35.63% from 536); Green value is 138 (54.30% from 255 or 25.75% from 536); Blue value is 207 (81.25% from 255 or 38.62% from 536); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF8ACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8ACF is #407530. Grayscale: #A1A1A1. Windows color (decimal): -4224305 or 13601471. OLE color: 13601471.

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

Color convert

RGB191138207-
CMYK0.080.3300.19
HSL286.09º41.82%67.65%-
HSV(B)286.09º33.33%81.18%-
XYZ41.8433.7663.34-
YUV161.71153.56148.89-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.63%
GREEN value IS 138 (54.30% from 255) = 25.75%
BLUE value IS 207 (81.25% from 255) = 38.62%
R=35.63%
G=25.75%
B=38.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1911382070.080.3300.19286.0941.8267.65
HexBF8ACF82101311e2a44
Octal277212317104102343652104
Binary10111111100010101100111110001000010100111000111101010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8ACF; }

 p { color: rgb(191,138,207); }

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

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

 a { background-color: rgb(191,138,207); }

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

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

 span { border-color: rgb(191,138,207); }

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