#BF80D7

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

Shades of Wisteria #BF80D7

Tints of Wisteria #BF80D7

Color information

#BF80D7 (or 0xBF80D7) is unknown color: approx Wisteria. HEX triplet: BF, 80 and D7. RGB value is (191,128,215). Sum of RGB (Red+Green+Blue) = 191+128+215=534 (70% of max value = 765). Red value is 191 (75% from 255 or 35.77% from 534); Green value is 128 (50.39% from 255 or 23.97% from 534); Blue value is 215 (84.38% from 255 or 40.26% from 534); Max value from RGB is 215 - color contains mainly: blue. Hex color #BF80D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF80D7 is #407F28. Grayscale: #9C9C9C. Windows color (decimal): -4226857 or 14123199. OLE color: 14123199.

HSL color Cylindrical-coordinate representation of color #BF80D7: hue angle of 283.45º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BF80D7 is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB191128215-
CMYK0.110.4000.16
HSL283.45º52.1%67.25%-
HSV(B)283.45º40.47%84.31%-
XYZ41.4731.4268.17-
YUV156.76160.87152.43-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.77%
GREEN value IS 128 (50.39% from 255) = 23.97%
BLUE value IS 215 (84.38% from 255) = 40.26%
R=35.77%
G=23.97%
B=40.26%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1911282150.110.4000.16283.4552.167.25
HexBF80D7B2801011b3443
Octal277200327135002043364103
Binary10111111100000001101011110111010000100001000110111101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF80D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF80D7; }

 p { color: rgb(191,128,215); }

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

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

 a { background-color: rgb(191,128,215); }

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

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

 span { border-color: rgb(191,128,215); }

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