#BC7DEE

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

Shades of Wisteria #BC7DEE

Tints of Wisteria #BC7DEE

Color information

#BC7DEE (or 0xBC7DEE) is unknown color: approx Wisteria. HEX triplet: BC, 7D and EE. RGB value is (188,125,238). Sum of RGB (Red+Green+Blue) = 188+125+238=551 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.12% from 551); Green value is 125 (49.22% from 255 or 22.69% from 551); Blue value is 238 (93.36% from 255 or 43.19% from 551); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC7DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC7DEE is #438211. Grayscale: #9C9C9C. Windows color (decimal): -4424210 or 15629756. OLE color: 15629756.

HSL color Cylindrical-coordinate representation of color #BC7DEE: hue angle of 273.45º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC7DEE is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB188125238-
CMYK0.210.4700.07
HSL273.45º76.87%71.18%-
HSV(B)273.45º47.48%93.33%-
XYZ43.5131.5384.68-
YUV156.72173.87150.31-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.12%
GREEN value IS 125 (49.22% from 255) = 22.69%
BLUE value IS 238 (93.36% from 255) = 43.19%
R=34.12%
G=22.69%
B=43.19%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1881252380.210.4700.07273.4576.8771.18
HexBC7DEE152F071114d47
Octal274175356255707421115107
Binary1011110011111011110111010101101111011110001000110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7DEE; }

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

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

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

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

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

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

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

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