#BC7DEA

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

Shades of Wisteria #BC7DEA

Tints of Wisteria #BC7DEA

Color information

#BC7DEA (or 0xBC7DEA) is unknown color: approx Wisteria. HEX triplet: BC, 7D and EA. RGB value is (188,125,234). Sum of RGB (Red+Green+Blue) = 188+125+234=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 125 (49.22% from 255 or 22.85% from 547); Blue value is 234 (91.80% from 255 or 42.78% from 547); Max value from RGB is 234 - color contains mainly: blue. Hex color #BC7DEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC7DEA is #438215. Grayscale: #9B9B9B. Windows color (decimal): -4424214 or 15367612. OLE color: 15367612.

HSL color Cylindrical-coordinate representation of color #BC7DEA: hue angle of 274.68º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC7DEA is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB188125234-
CMYK0.200.4700.08
HSL274.68º72.19%70.39%-
HSV(B)274.68º46.58%91.76%-
XYZ42.9231.381.62-
YUV156.26171.87150.64-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.37%
GREEN value IS 125 (49.22% from 255) = 22.85%
BLUE value IS 234 (91.80% from 255) = 42.78%
R=34.37%
G=22.85%
B=42.78%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1881252340.200.4700.08274.6872.1970.39
HexBC7DEA142F081134846
Octal2741753522457010423110106
Binary10111100111110111101010101001011110100010001001110010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7DEA; }

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

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

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

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

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

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

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

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