#BC84E6

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

Shades of Wisteria #BC84E6

Tints of Wisteria #BC84E6

Color information

#BC84E6 (or 0xBC84E6) is unknown color: approx Wisteria. HEX triplet: BC, 84 and E6. RGB value is (188,132,230). Sum of RGB (Red+Green+Blue) = 188+132+230=550 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.18% from 550); Green value is 132 (51.95% from 255 or 24% from 550); Blue value is 230 (90.23% from 255 or 41.82% from 550); Max value from RGB is 230 - color contains mainly: blue. Hex color #BC84E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC84E6 is #437B19. Grayscale: #9F9F9F. Windows color (decimal): -4422426 or 15107260. OLE color: 15107260.

HSL color Cylindrical-coordinate representation of color #BC84E6: hue angle of 274.29º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BC84E6 is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB188132230-
CMYK0.180.4300.10
HSL274.29º66.22%70.98%-
HSV(B)274.29º42.61%90.2%-
XYZ43.2732.9178.93-
YUV159.92167.55148.03-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.18%
GREEN value IS 132 (51.95% from 255) = 24%
BLUE value IS 230 (90.23% from 255) = 41.82%
R=34.18%
G=24%
B=41.82%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1881322300.180.4300.10274.2966.2270.98
HexBC84E6122B0A1124247
Octal2742043462253012422102107
Binary101111001000010011100110100101010110101010001001010000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC84E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC84E6; }

 p { color: rgb(188,132,230); }

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

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

 a { background-color: rgb(188,132,230); }

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

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

 span { border-color: rgb(188,132,230); }

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