#BF86DC

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

Shades of Wisteria #BF86DC

Tints of Wisteria #BF86DC

Color information

#BF86DC (or 0xBF86DC) is unknown color: approx Wisteria. HEX triplet: BF, 86 and DC. RGB value is (191,134,220). Sum of RGB (Red+Green+Blue) = 191+134+220=545 (72% of max value = 765). Red value is 191 (75% from 255 or 35.05% from 545); Green value is 134 (52.73% from 255 or 24.59% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF86DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF86DC is #407923. Grayscale: #A0A0A0. Windows color (decimal): -4225316 or 14452415. OLE color: 14452415.

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

Color convert

RGB191134220-
CMYK0.130.3900.14
HSL279.77º55.13%69.41%-
HSV(B)279.77º39.09%86.27%-
XYZ42.9333.2971.87-
YUV160.85161.38149.51-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.05%
GREEN value IS 134 (52.73% from 255) = 24.59%
BLUE value IS 220 (86.33% from 255) = 40.37%
R=35.05%
G=24.59%
B=40.37%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1911342200.130.3900.14279.7755.1369.41
HexBF86DCD270E1183745
Octal277206334154701643067105
Binary1011111110000110110111001101100111011101000110001101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF86DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF86DC; }

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

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

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

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

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

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

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

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