#BF86DD

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

Shades of Wisteria #BF86DD

Tints of Wisteria #BF86DD

Color information

#BF86DD (or 0xBF86DD) is unknown color: approx Wisteria. HEX triplet: BF, 86 and DD. RGB value is (191,134,221). Sum of RGB (Red+Green+Blue) = 191+134+221=546 (72% of max value = 765). Red value is 191 (75% from 255 or 34.98% from 546); Green value is 134 (52.73% from 255 or 24.54% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF86DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF86DD is #407922. Grayscale: #A0A0A0. Windows color (decimal): -4225315 or 14517951. OLE color: 14517951.

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

Color convert

RGB191134221-
CMYK0.140.3900.13
HSL279.31º56.13%69.61%-
HSV(B)279.31º39.37%86.67%-
XYZ43.0633.3572.57-
YUV160.96161.88149.43-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.98%
GREEN value IS 134 (52.73% from 255) = 24.54%
BLUE value IS 221 (86.72% from 255) = 40.48%
R=34.98%
G=24.54%
B=40.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1911342210.140.3900.13279.3156.1369.61
HexBF86DDE270D1173846
Octal277206335164701542770106
Binary1011111110000110110111011110100111011011000101111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF86DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF86DD; }

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

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

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

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

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

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

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

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