#BC7FDD

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

Shades of Wisteria #BC7FDD

Tints of Wisteria #BC7FDD

Color information

#BC7FDD (or 0xBC7FDD) is unknown color: approx Wisteria. HEX triplet: BC, 7F and DD. RGB value is (188,127,221). Sum of RGB (Red+Green+Blue) = 188+127+221=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 127 (50% from 255 or 23.69% 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 #BC7FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7FDD is #438022. Grayscale: #9B9B9B. Windows color (decimal): -4423715 or 14516156. OLE color: 14516156.

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

Color convert

RGB188127221-
CMYK0.150.4300.13
HSL278.94º58.02%68.24%-
HSV(B)278.94º42.53%86.67%-
XYZ41.3831.0972.23-
YUV155.95164.71150.86-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.07%
GREEN value IS 127 (50% from 255) = 23.69%
BLUE value IS 221 (86.72% from 255) = 41.23%
R=35.07%
G=23.69%
B=41.23%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1881272210.150.4300.13278.9458.0268.24
HexBC7FDDF2B0D1173a44
Octal274177335175301542772104
Binary101111001111111110111011111101011011011000101111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7FDD; }

 p { color: rgb(188,127,221); }

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

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

 a { background-color: rgb(188,127,221); }

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

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

 span { border-color: rgb(188,127,221); }

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