#BC84EB

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

Shades of Wisteria #BC84EB

Tints of Wisteria #BC84EB

Color information

#BC84EB (or 0xBC84EB) is unknown color: approx Wisteria. HEX triplet: BC, 84 and EB. RGB value is (188,132,235). Sum of RGB (Red+Green+Blue) = 188+132+235=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 132 (51.95% from 255 or 23.78% from 555); Blue value is 235 (92.19% from 255 or 42.34% from 555); Max value from RGB is 235 - color contains mainly: blue. Hex color #BC84EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC84EB is #437B14. Grayscale: #A0A0A0. Windows color (decimal): -4422421 or 15434940. OLE color: 15434940.

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

Color convert

RGB188132235-
CMYK0.20.4400.08
HSL272.62º72.03%71.96%-
HSV(B)272.62º43.83%92.16%-
XYZ43.9933.1982.69-
YUV160.49170.05147.62-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.87%
GREEN value IS 132 (51.95% from 255) = 23.78%
BLUE value IS 235 (92.19% from 255) = 42.34%
R=33.87%
G=23.78%
B=42.34%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1881322350.20.4400.08272.6272.0371.96
HexBC84EB142C081114848
Octal2742043532454010421110110
Binary101111001000010011101011101001011000100010001000110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC84EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC84EB; }

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

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

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

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

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

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

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

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