#BC7BDF

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

Shades of Wisteria #BC7BDF

Tints of Wisteria #BC7BDF

Color information

#BC7BDF (or 0xBC7BDF) is unknown color: approx Wisteria. HEX triplet: BC, 7B and DF. RGB value is (188,123,223). Sum of RGB (Red+Green+Blue) = 188+123+223=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 123 (48.44% from 255 or 23.03% from 534); Blue value is 223 (87.5% from 255 or 41.76% from 534); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC7BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7BDF is #438420. Grayscale: #999999. Windows color (decimal): -4424737 or 14646204. OLE color: 14646204.

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

Color convert

RGB188123223-
CMYK0.160.4500.13
HSL279º60.98%67.84%-
HSV(B)279º44.84%87.45%-
XYZ41.1430.1873.47-
YUV153.83167.03152.37-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.21%
GREEN value IS 123 (48.44% from 255) = 23.03%
BLUE value IS 223 (87.5% from 255) = 41.76%
R=35.21%
G=23.03%
B=41.76%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1881232230.160.4500.1327960.9867.84
HexBC7BDF102D0D1173d44
Octal274173337205501542775104
Binary1011110011110111101111110000101101011011000101111111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7BDF; }

 p { color: rgb(188,123,223); }

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

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

 a { background-color: rgb(188,123,223); }

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

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

 span { border-color: rgb(188,123,223); }

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