#BF82D9

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

Shades of Wisteria #BF82D9

Tints of Wisteria #BF82D9

Color information

#BF82D9 (or 0xBF82D9) is unknown color: approx Wisteria. HEX triplet: BF, 82 and D9. RGB value is (191,130,217). Sum of RGB (Red+Green+Blue) = 191+130+217=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 130 (51.17% from 255 or 24.16% from 538); Blue value is 217 (85.16% from 255 or 40.33% from 538); Max value from RGB is 217 - color contains mainly: blue. Hex color #BF82D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF82D9 is #407D26. Grayscale: #9D9D9D. Windows color (decimal): -4226343 or 14254783. OLE color: 14254783.

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

Color convert

RGB191130217-
CMYK0.120.4000.15
HSL282.07º53.37%68.04%-
HSV(B)282.07º40.09%85.1%-
XYZ41.9932.0569.62-
YUV158.16161.21151.43-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.50%
GREEN value IS 130 (51.17% from 255) = 24.16%
BLUE value IS 217 (85.16% from 255) = 40.33%
R=35.50%
G=24.16%
B=40.33%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1911302170.120.4000.15282.0753.3768.04
HexBF82D9C280F11a3544
Octal277202331145001743265104
Binary1011111110000010110110011100101000011111000110101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF82D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF82D9; }

 p { color: rgb(191,130,217); }

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

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

 a { background-color: rgb(191,130,217); }

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

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

 span { border-color: rgb(191,130,217); }

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