#BC84FA

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

Shades of Wisteria #BC84FA

Tints of Wisteria #BC84FA

Color information

#BC84FA (or 0xBC84FA) is unknown color: approx Wisteria. HEX triplet: BC, 84 and FA. RGB value is (188,132,250). Sum of RGB (Red+Green+Blue) = 188+132+250=570 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.98% from 570); Green value is 132 (51.95% from 255 or 23.16% from 570); Blue value is 250 (98.05% from 255 or 43.86% from 570); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC84FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC84FA is #437B05. Grayscale: #A1A1A1. Windows color (decimal): -4422406 or 16417980. OLE color: 16417980.

HSL color Cylindrical-coordinate representation of color #BC84FA: hue angle of 268.47º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC84FA is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB188132250-
CMYK0.250.4700.02
HSL268.47º92.19%74.9%-
HSV(B)268.47º47.2%98.04%-
XYZ46.2534.194.59-
YUV162.2177.55146.41-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.98%
GREEN value IS 132 (51.95% from 255) = 23.16%
BLUE value IS 250 (98.05% from 255) = 43.86%
R=32.98%
G=23.16%
B=43.86%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1881322500.250.4700.02268.4792.1974.9
HexBC84FA192F0210c5c4b
Octal274204372315702414134113
Binary1011110010000100111110101100110111101010000110010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC84FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC84FA; }

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

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

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

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

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

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

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

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