#BB84EC

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

Shades of Wisteria #BB84EC

Tints of Wisteria #BB84EC

Color information

#BB84EC (or 0xBB84EC) is unknown color: approx Wisteria. HEX triplet: BB, 84 and EC. RGB value is (187,132,236). Sum of RGB (Red+Green+Blue) = 187+132+236=555 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.69% from 555); Green value is 132 (51.95% from 255 or 23.78% from 555); Blue value is 236 (92.58% from 255 or 42.52% from 555); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB84EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB84EC is #447B13. Grayscale: #9F9F9F. Windows color (decimal): -4487956 or 15500475. OLE color: 15500475.

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

Color convert

RGB187132236-
CMYK0.210.4400.07
HSL271.73º73.24%72.16%-
HSV(B)271.73º44.07%92.55%-
XYZ43.8933.1283.44-
YUV160.3170.72147.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.69%
GREEN value IS 132 (51.95% from 255) = 23.78%
BLUE value IS 236 (92.58% from 255) = 42.52%
R=33.69%
G=23.78%
B=42.52%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1871322360.210.4400.07271.7373.2472.16
HexBB84EC152C071104948
Octal273204354255407420111110
Binary10111011100001001110110010101101100011110001000010010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB84EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB84EC; }

 p { color: rgb(187,132,236); }

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

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

 a { background-color: rgb(187,132,236); }

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

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

 span { border-color: rgb(187,132,236); }

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