#BF8FCF

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

Shades of Wisteria #BF8FCF

Tints of Wisteria #BF8FCF

Color information

#BF8FCF (or 0xBF8FCF) is unknown color: approx Wisteria. HEX triplet: BF, 8F and CF. RGB value is (191,143,207). Sum of RGB (Red+Green+Blue) = 191+143+207=541 (71% of max value = 765). Red value is 191 (75% from 255 or 35.30% from 541); Green value is 143 (56.25% from 255 or 26.43% from 541); Blue value is 207 (81.25% from 255 or 38.26% from 541); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF8FCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8FCF is #407030. Grayscale: #A4A4A4. Windows color (decimal): -4223025 or 13602751. OLE color: 13602751.

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

Color convert

RGB191143207-
CMYK0.080.3100.19
HSL285º40%68.63%-
HSV(B)285º30.92%81.18%-
XYZ42.5735.2363.59-
YUV164.65151.9146.8-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.30%
GREEN value IS 143 (56.25% from 255) = 26.43%
BLUE value IS 207 (81.25% from 255) = 38.26%
R=35.30%
G=26.43%
B=38.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1911432070.080.3100.192854068.63
HexBF8FCF81F01311d2845
Octal277217317103702343550105
Binary1011111110001111110011111000111110100111000111011010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8FCF; }

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

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

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

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

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

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

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

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