#BC7DDA

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

Shades of Wisteria #BC7DDA

Tints of Wisteria #BC7DDA

Color information

#BC7DDA (or 0xBC7DDA) is unknown color: approx Wisteria. HEX triplet: BC, 7D and DA. RGB value is (188,125,218). Sum of RGB (Red+Green+Blue) = 188+125+218=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 125 (49.22% from 255 or 23.54% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC7DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7DDA is #438225. Grayscale: #9A9A9A. Windows color (decimal): -4424230 or 14319036. OLE color: 14319036.

HSL color Cylindrical-coordinate representation of color #BC7DDA: hue angle of 280.65º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BC7DDA is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB188125218-
CMYK0.140.4300.15
HSL280.65º55.69%67.25%-
HSV(B)280.65º42.66%85.49%-
XYZ40.7330.4270.05-
YUV154.44163.87151.94-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.40%
GREEN value IS 125 (49.22% from 255) = 23.54%
BLUE value IS 218 (85.55% from 255) = 41.05%
R=35.40%
G=23.54%
B=41.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1881252180.140.4300.15280.6555.6967.25
HexBC7DDAE2B0F1193843
Octal274175332165301743170103
Binary101111001111101110110101110101011011111000110011110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7DDA; }

 p { color: rgb(188,125,218); }

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

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

 a { background-color: rgb(188,125,218); }

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

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

 span { border-color: rgb(188,125,218); }

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