#BF80DD

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

Shades of Wisteria #BF80DD

Tints of Wisteria #BF80DD

Color information

#BF80DD (or 0xBF80DD) is unknown color: approx Wisteria. HEX triplet: BF, 80 and DD. RGB value is (191,128,221). Sum of RGB (Red+Green+Blue) = 191+128+221=540 (71% of max value = 765). Red value is 191 (75% from 255 or 35.37% from 540); Green value is 128 (50.39% from 255 or 23.70% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF80DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF80DD is #407F22. Grayscale: #9D9D9D. Windows color (decimal): -4226851 or 14516415. OLE color: 14516415.

HSL color Cylindrical-coordinate representation of color #BF80DD: hue angle of 280.65º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BF80DD is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB191128221-
CMYK0.140.4200.13
HSL280.65º57.76%68.43%-
HSV(B)280.65º42.08%86.67%-
XYZ42.2631.7472.3-
YUV157.44163.87151.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.37%
GREEN value IS 128 (50.39% from 255) = 23.70%
BLUE value IS 221 (86.72% from 255) = 40.93%
R=35.37%
G=23.70%
B=40.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1911282210.140.4200.13280.6557.7668.43
HexBF80DDE2A0D1193a44
Octal277200335165201543172104
Binary1011111110000000110111011110101010011011000110011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF80DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF80DD; }

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

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

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

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

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

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

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

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