#BF87D3

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

Shades of Wisteria #BF87D3

Tints of Wisteria #BF87D3

Color information

#BF87D3 (or 0xBF87D3) is unknown color: approx Wisteria. HEX triplet: BF, 87 and D3. RGB value is (191,135,211). Sum of RGB (Red+Green+Blue) = 191+135+211=537 (71% of max value = 765). Red value is 191 (75% from 255 or 35.57% from 537); Green value is 135 (53.12% from 255 or 25.14% from 537); Blue value is 211 (82.81% from 255 or 39.29% from 537); Max value from RGB is 211 - color contains mainly: blue. Hex color #BF87D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF87D3 is #40782C. Grayscale: #A0A0A0. Windows color (decimal): -4225069 or 13862847. OLE color: 13862847.

HSL color Cylindrical-coordinate representation of color #BF87D3: hue angle of 284.21º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BF87D3 is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB191135211-
CMYK0.090.3600.17
HSL284.21º46.34%67.84%-
HSV(B)284.21º36.02%82.75%-
XYZ41.9133.1165.81-
YUV160.41156.55149.82-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.57%
GREEN value IS 135 (53.12% from 255) = 25.14%
BLUE value IS 211 (82.81% from 255) = 39.29%
R=35.57%
G=25.14%
B=39.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1911352110.090.3600.17284.2146.3467.84
HexBF87D392401111c2e44
Octal277207323114402143456104
Binary10111111100001111101001110011001000100011000111001011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF87D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF87D3; }

 p { color: rgb(191,135,211); }

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

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

 a { background-color: rgb(191,135,211); }

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

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

 span { border-color: rgb(191,135,211); }

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