#BF88DA

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

Shades of Wisteria #BF88DA

Tints of Wisteria #BF88DA

Color information

#BF88DA (or 0xBF88DA) is unknown color: approx Wisteria. HEX triplet: BF, 88 and DA. RGB value is (191,136,218). Sum of RGB (Red+Green+Blue) = 191+136+218=545 (72% of max value = 765). Red value is 191 (75% from 255 or 35.05% from 545); Green value is 136 (53.52% from 255 or 24.95% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 218 - color contains mainly: blue. Hex color #BF88DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF88DA is #407725. Grayscale: #A1A1A1. Windows color (decimal): -4224806 or 14321855. OLE color: 14321855.

HSL color Cylindrical-coordinate representation of color #BF88DA: hue angle of 280.24º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BF88DA is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB191136218-
CMYK0.120.3800.15
HSL280.24º52.56%69.41%-
HSV(B)280.24º37.61%85.49%-
XYZ42.9433.7570.58-
YUV161.79159.72148.83-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.05%
GREEN value IS 136 (53.52% from 255) = 24.95%
BLUE value IS 218 (85.55% from 255) = 40%
R=35.05%
G=24.95%
B=40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1911362180.120.3800.15280.2452.5669.41
HexBF88DAC260F1183545
Octal277210332144601743065105
Binary1011111110001000110110101100100110011111000110001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF88DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF88DA; }

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

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

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

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

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

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

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

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