#BF88DC

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

Shades of Wisteria #BF88DC

Tints of Wisteria #BF88DC

Color information

#BF88DC (or 0xBF88DC) is unknown color: approx Wisteria. HEX triplet: BF, 88 and DC. RGB value is (191,136,220). Sum of RGB (Red+Green+Blue) = 191+136+220=547 (72% of max value = 765). Red value is 191 (75% from 255 or 34.92% from 547); Green value is 136 (53.52% from 255 or 24.86% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF88DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF88DC is #407723. Grayscale: #A1A1A1. Windows color (decimal): -4224804 or 14452927. OLE color: 14452927.

HSL color Cylindrical-coordinate representation of color #BF88DC: hue angle of 279.29º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BF88DC is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB191136220-
CMYK0.130.3800.14
HSL279.29º54.55%69.8%-
HSV(B)279.29º38.18%86.27%-
XYZ43.2133.8571.97-
YUV162.02160.72148.67-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.92%
GREEN value IS 136 (53.52% from 255) = 24.86%
BLUE value IS 220 (86.33% from 255) = 40.22%
R=34.92%
G=24.86%
B=40.22%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1911362200.130.3800.14279.2954.5569.8
HexBF88DCD260E1173746
Octal277210334154601642767106
Binary1011111110001000110111001101100110011101000101111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF88DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF88DC; }

 p { color: rgb(191,136,220); }

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

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

 a { background-color: rgb(191,136,220); }

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

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

 span { border-color: rgb(191,136,220); }

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