#BF84D1

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

Shades of Wisteria #BF84D1

Tints of Wisteria #BF84D1

Color information

#BF84D1 (or 0xBF84D1) is unknown color: approx Wisteria. HEX triplet: BF, 84 and D1. RGB value is (191,132,209). Sum of RGB (Red+Green+Blue) = 191+132+209=532 (70% of max value = 765). Red value is 191 (75% from 255 or 35.90% from 532); Green value is 132 (51.95% from 255 or 24.81% from 532); Blue value is 209 (82.03% from 255 or 39.29% from 532); Max value from RGB is 209 - color contains mainly: blue. Hex color #BF84D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF84D1 is #407B2E. Grayscale: #9E9E9E. Windows color (decimal): -4225839 or 13731007. OLE color: 13731007.

HSL color Cylindrical-coordinate representation of color #BF84D1: hue angle of 285.97º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BF84D1 is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB191132209-
CMYK0.090.3700.18
HSL285.97º45.56%66.86%-
HSV(B)285.97º36.84%81.96%-
XYZ41.2532.1864.36-
YUV158.42156.55151.24-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.90%
GREEN value IS 132 (51.95% from 255) = 24.81%
BLUE value IS 209 (82.03% from 255) = 39.29%
R=35.90%
G=24.81%
B=39.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1911322090.090.3700.18285.9745.5666.86
HexBF84D192501211e2e43
Octal277204321114502243656103
Binary10111111100001001101000110011001010100101000111101011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF84D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF84D1; }

 p { color: rgb(191,132,209); }

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

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

 a { background-color: rgb(191,132,209); }

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

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

 span { border-color: rgb(191,132,209); }

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