#BC7FDB

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

Shades of Wisteria #BC7FDB

Tints of Wisteria #BC7FDB

Color information

#BC7FDB (or 0xBC7FDB) is unknown color: approx Wisteria. HEX triplet: BC, 7F and DB. RGB value is (188,127,219). Sum of RGB (Red+Green+Blue) = 188+127+219=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 127 (50% from 255 or 23.78% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC7FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7FDB is #438024. Grayscale: #9B9B9B. Windows color (decimal): -4423717 or 14385084. OLE color: 14385084.

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

Color convert

RGB188127219-
CMYK0.140.4200.14
HSL279.78º56.1%67.84%-
HSV(B)279.78º42.01%85.88%-
XYZ41.1130.9870.83-
YUV155.73163.71151.02-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.21%
GREEN value IS 127 (50% from 255) = 23.78%
BLUE value IS 219 (85.94% from 255) = 41.01%
R=35.21%
G=23.78%
B=41.01%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1881272190.140.4200.14279.7856.167.84
HexBC7FDBE2A0E1183844
Octal274177333165201643070104
Binary101111001111111110110111110101010011101000110001110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7FDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7FDB; }

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

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

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

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

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

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

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

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