#BF8FCD

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

Shades of Wisteria #BF8FCD

Tints of Wisteria #BF8FCD

Color information

#BF8FCD (or 0xBF8FCD) is unknown color: approx Wisteria. HEX triplet: BF, 8F and CD. RGB value is (191,143,205). Sum of RGB (Red+Green+Blue) = 191+143+205=539 (71% of max value = 765). Red value is 191 (75% from 255 or 35.44% from 539); Green value is 143 (56.25% from 255 or 26.53% from 539); Blue value is 205 (80.47% from 255 or 38.03% from 539); Max value from RGB is 205 - color contains mainly: blue. Hex color #BF8FCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8FCD is #407032. Grayscale: #A4A4A4. Windows color (decimal): -4223027 or 13471679. OLE color: 13471679.

HSL color Cylindrical-coordinate representation of color #BF8FCD: hue angle of 286.45º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BF8FCD is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB191143205-
CMYK0.070.3000.20
HSL286.45º38.27%68.24%-
HSV(B)286.45º30.24%80.39%-
XYZ42.3335.1362.31-
YUV164.42150.9146.96-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.44%
GREEN value IS 143 (56.25% from 255) = 26.53%
BLUE value IS 205 (80.47% from 255) = 38.03%
R=35.44%
G=26.53%
B=38.03%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1911432050.070.3000.20286.4538.2768.24
HexBF8FCD71E01411e2644
Octal27721731573602443646104
Binary101111111000111111001101111111100101001000111101001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8FCD; }

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

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

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

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

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

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

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

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