#BF7CDD

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

Shades of Wisteria #BF7CDD

Tints of Wisteria #BF7CDD

Color information

#BF7CDD (or 0xBF7CDD) is unknown color: approx Wisteria. HEX triplet: BF, 7C and DD. RGB value is (191,124,221). Sum of RGB (Red+Green+Blue) = 191+124+221=536 (70% of max value = 765). Red value is 191 (75% from 255 or 35.63% from 536); Green value is 124 (48.83% from 255 or 23.13% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF7CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7CDD is #408322. Grayscale: #9A9A9A. Windows color (decimal): -4227875 or 14515391. OLE color: 14515391.

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

Color convert

RGB191124221-
CMYK0.140.4400.13
HSL281.44º58.79%67.65%-
HSV(B)281.44º43.89%86.67%-
XYZ41.7430.7172.13-
YUV155.09165.2153.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.63%
GREEN value IS 124 (48.83% from 255) = 23.13%
BLUE value IS 221 (86.72% from 255) = 41.23%
R=35.63%
G=23.13%
B=41.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1911242210.140.4400.13281.4458.7967.65
HexBF7CDDE2C0D1193b44
Octal277174335165401543173104
Binary101111111111100110111011110101100011011000110011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7CDD; }

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

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

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

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

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

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

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

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